You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I agree that [@inbounds for i = 1:10 end for i = 1:10] is not so clear, but code in a begin/end block inside a comprehension seems like it should have the same rules as code in a begin/end block outside of a comprehension.
- `end` should only be special inside indexing expressions, not cat
- Blocks introduced by words (e.g. `if`, `begin`) should revert to
normal parsing context, so `for` is no longer special. Fixes#18935
These work:
These do not:
The text was updated successfully, but these errors were encountered: