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
the issue is basically the discrepency in reporting the line numbers for these two inputs :
julia> a=1 b=c ERROR: UndefVarError: `c` not defined Stacktrace: [1] top-level scope @ REPL[1]:2 julia> a=1 b=c; ERROR: UndefVarError: `c` not defined Stacktrace: [1] top-level scope @ REPL[2]:1
The text was updated successfully, but these errors were encountered:
sorry for the noise this has been addressed in #494 , i completely forgot that i was the one who put that one up too
Sorry, something went wrong.
No branches or pull requests
the issue is basically the discrepency in reporting the line numbers for these two inputs :
The text was updated successfully, but these errors were encountered: