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
Not sure if this is a duplicate, but, if I have a function like:
function f() a = 1 b = 1 f(a b) end
then I get an error like:
julia> include("test.jl") ERROR: syntax: missing comma or ) in argument list while loading /home/simon/Desktop/test.jl, in expression starting on line 1
It would be nice if the line number matched up with the line where the error was actually encountered, rather than the start of the function.
The text was updated successfully, but these errors were encountered:
Duplicate of #6179
Sorry, something went wrong.
No branches or pull requests
Not sure if this is a duplicate, but, if I have a function like:
then I get an error like:
It would be nice if the line number matched up with the line where the error was actually encountered, rather than the start of the function.
The text was updated successfully, but these errors were encountered: