-
-
Notifications
You must be signed in to change notification settings - Fork 116
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
#110 doesn't rewrite properly #111
Comments
A simpler case that shows what appears to be incorrect nesting of parens (second example):
|
This is just the way macros are. |
Thank you - this makes sense. The solution, I guess, is to use explicit parentheses with |
|
Consider:
When
@compat
is placed BEFORE the beginning of the constructor, things are fine. When@compat
is used WITHIN the constructor, things fail (see https://travis-ci.org/JuliaGraphs/LightGraphs.jl/builds/69349027 for an example).The text was updated successfully, but these errors were encountered: