Macro Diagnostics
rktjmp opened this issue · 0 comments
rktjmp commented
Hotpot will compile your macro modules (files ending in macros.fnl
or macro.fnl
) to show diagnostics, which has the side effect of running any code defined in the module body. By default, the macro environment cannot do things like IO but if you have disabled the sandbox be aware of the risks you take on by executing that code live.
This isn't any more destructive than compiling the module like normal, but because you may have partially written code without safety nets in place - things may end up running astray.