We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
_ _ _ _(_)_ | A fresh approach to technical computing (_) | (_) (_) | Documentation: https://docs.julialang.org _ _ _| |_ __ _ | Type "?help" for help. | | | | | | |/ _` | | | | |_| | | | (_| | | Version 0.7.0-DEV.1172 (2017-07-30 03:30 UTC) _/ |\__'_|_|_|\__'_| | jb/namedtuples/88b3137b32* (fork: 10 commits, 6 days) |__/ | x86_64-apple-darwin16.7.0 julia> @goto done ERROR: syntax: label "(outerref done)" referenced but not defined
The text was updated successfully, but these errors were encountered:
I think the fix here would be to avoid wrapping label names in outerref.
outerref
Sorry, something went wrong.
fix macro goto/label hygiene
94ff992
same basic idea as PR #22985 did for macro variables also fixes #23135
ce6f4ae
c70b2c4
fix macro goto/label hygiene (#23202)
271f210
Successfully merging a pull request may close this issue.
The text was updated successfully, but these errors were encountered: