-
-
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
Error printing for-loop scoping deprecation message #27870
Comments
Likely culprit: #27829. cc: @JeffBezanson |
Why is that throwing a MethodError? Are we miscompiling something? |
Not anymore after #27829 ..... |
It now throws a MethodError on |
What I really want to know is why some logging code is trying to print |
The module argument sometimes becomes |
Fixed by #27792 |
Didn't this use to print a nice warning or error about the need for a
global i
inside the for loop body?The text was updated successfully, but these errors were encountered: