JuliaDebug / Cthulhu.jl

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

adapt to julia nightly changes #591

Closed simeonschaub closed 2 months ago

simeonschaub commented 2 months ago

I'm not sure whether this is the correct way to do it, but this fixes #586 locally for me.

Also fixes #575

simeonschaub commented 2 months ago

Thanks for the review! The only thing I'm a little worried about is cthulhu_llvm and cthulhu_native now having different signatures on different Julia versions. Is that an issue? They're not really meant to be used directly, right?

aviatesk commented 2 months ago

I don't think they're supposed to be used interchangeably👍 @vchuravy you may possibly have a different opinion?

simeonschaub commented 2 months ago

I plan on merging this tomorrow if there are no objections

aviatesk commented 2 months ago

SGTM.