-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
allow @foo{...} macro calls #34505
allow @foo{...} macro calls #34505
Conversation
Unrelated windows temp-file errors in CI. |
Hmm, I'm getting (from this PR): julia> :(@foo{bar}(baz))
ERROR: syntax: invalid macro usage "@(foo{bar})" I think we probably want Update: Fixed. |
This still doesn't seem to be fully general, e.g. |
What should |
As @JeffBezanson, suggested, I moved the implementation to the |
Closes #34498.