oxinabox / MagneticReadHead.jl

A cassette-based debugger | The Other Debugger
MIT License
50 stars 6 forks source link

Fix minor bugs due to AST and compiler changes #79

Closed wazizian closed 2 years ago

wazizian commented 2 years ago

Hi ! First, thank you for creating this project, it's an interesting use of Cassette.jl! I was very curious about it so I tried to test it on some of my code. For this, I had to make some minor modifications to accommodate changes in the AST (now all the tests pass on Julia 1.6.3). Maybe this could be useful to other people who happen to stumble here :-) Bests,

wazizian commented 2 years ago

Thank you for the feedback, I'm still pretty new to Julia. Let me know if there's something else I should do :-)

wazizian commented 2 years ago

Thank you again for your feedback & time :-) (Tests still pass)

oxinabox commented 2 years ago

thanks!