ghostwheel icon indicating copy to clipboard operation
ghostwheel copied to clipboard

Disable side effect checking for print statements

Open kovasap opened this issue 3 years ago • 1 comments

I sometimes use print statements when debugging, and it is very annoying to have to manually disable side effect checking or rename functions every time i want to add a print statement to a ghostwheel >defn. Is there a way to globally disable side effect checking for certain statements, or just globally disable it?

kovasap avatar Feb 26 '22 18:02 kovasap