JuliaGPU/CUDA.jl

Interactive reflection of caught errors is broken

Open

#2,798 opened on Jun 25, 2025

View on GitHub
 (2 comments) (0 reactions) (0 assignees)Julia (274 forks)batch import
good first issue

Repository metrics

Stars
 (1,408 stars)
PR merge metrics
 (Avg merge 5d 5h) (16 merged PRs in 30d)

Description

As reported on Slack by @expandingman, the suggested interactive reflection using err objects is apparently broken:

Hint: catch this exception as `err` and call `code_typed(err; interactive = true)` to introspect the erroneous code with Cthulhu.jl

Contributor guide