Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Macro Diagnostics #90

Closed
rktjmp opened this issue Nov 13, 2022 · 0 comments
Closed

Macro Diagnostics #90

rktjmp opened this issue Nov 13, 2022 · 0 comments

Comments

@rktjmp
Copy link
Owner

rktjmp commented Nov 13, 2022

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.

@rktjmp rktjmp pinned this issue Nov 13, 2022
@rktjmp rktjmp closed this as completed Dec 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant