Compiling debug currently fails due to the use of 3D syntax in debug/repl.rkt. I see the purpose of this, and it does appear to work as long as the code isn’t compiled, but it causes raco setup errors, which is annoying. I’m not totally sure how to work around it, though, since this sort of intentionally passes a value between phase levels in a way that the compiler can’t understand.
Compiling
debugcurrently fails due to the use of 3D syntax indebug/repl.rkt. I see the purpose of this, and it does appear to work as long as the code isn’t compiled, but it causesraco setuperrors, which is annoying. I’m not totally sure how to work around it, though, since this sort of intentionally passes a value between phase levels in a way that the compiler can’t understand.