-
-
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
Macro hygiene problem with closures #4771
Comments
@JeffBezanson Does this hold back 0.2? |
This is also seems like something we should have a test for. |
ghost
assigned JeffBezanson
Nov 10, 2013
Thanks! |
JeffBezanson
added a commit
that referenced
this issue
Nov 21, 2013
unfortunately I botched the fix for #4771, which led to this problem
JeffBezanson
added a commit
that referenced
this issue
Nov 30, 2013
unfortunately I botched the fix for #4771, which led to this problem
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With the latest julia, the following code
gives me
With julia
Commit ba9d7e5* 2013-10-15 15:00:57 UTC
it works fine. It seems that macro hygienization believes that the argumentx
in(x)->1
is a global variable. This also seems to be the cause of toivoh/PatternDispatch.jl#17.The text was updated successfully, but these errors were encountered: