-
-
Notifications
You must be signed in to change notification settings - Fork 80
MacroTools not defined #30
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
Comments
Glad it's useful, thanks! You can fix this easily enough by adding |
The code expanded by the macro invokes If one was willing to require Julia 1.6, one could perhaps use something like |
My standard solution would be to macroexpand into |
It works if I import MacroTools. In my code, I usually fix this by writing function calls like
$MacroTools.foo(...)
, but I don't use hygiene so I'm not sure if it's applicable in your case.This is still definitely one of the most useful Julia packages for me, thank you!
The text was updated successfully, but these errors were encountered: