JuliaDebug / Cthulhu.jl

The slow descent into madness
MIT License
657 stars 41 forks source link

consistency of `[@]descend_code_[typed|warntype]` with InteractiveUtils #587

Closed simeonschaub closed 2 months ago

simeonschaub commented 2 months ago

I would expect these macros to behave like their InteractiveUtils counterparts and show the annotated IR instead of annotated source. The behavior of [@]descend remains the same but is now decoupled from descend_code_typed.

simeonschaub commented 2 months ago

Since it only really affects interactive use, I would agree that this should be fine in a minor release