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
This is JuliaLang/JuliaParser.jl#18. Posting here because it's pretty clearly a julia bug.
This is as minimal a test case as I could find:
f() = 9223372036854775808 function parse() end
ERROR: LoadError: error in method definition: function Base.parse must be explicitly imported to be extended
The problem goes away if the f definition is removed, or if it doesn't return a huge integer.
f
The text was updated successfully, but these errors were encountered:
Also the same issue: JuliaCI/Coverage.jl#54
Sorry, something went wrong.
3d37c86
JeffBezanson
No branches or pull requests
This is JuliaLang/JuliaParser.jl#18. Posting here because it's pretty clearly a julia bug.
This is as minimal a test case as I could find:
The problem goes away if the
f
definition is removed, or if it doesn't return a huge integer.The text was updated successfully, but these errors were encountered: