-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Cannot trigger an inline macro from a compiler plugin #7160
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
This is partly by design. Macro expansion occurs in We have discussed the possibility of expanding blackbox macros after |
Even blackbox macros are definitely helpful. Unfortunately it still crashes when I switch to blackbox macros: Atry/trigger-inline-macro-from-compiler-plugin@109595b Error log: https://travis-ci.org/Atry/trigger-inline-macro-from-compiler-plugin/builds/581069366 |
Yes. To support them we would need to do a major change in the internal logic of the compiler. |
minimized code
I've created a minimized reproduction at https://github.com/Atry/trigger-inline-macro-from-compiler-plugin
Error log
The text was updated successfully, but these errors were encountered: