Skip to content
New issue

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

wrong line number when line ends with a semi-colon #517

Closed
ArbitRandomUser opened this issue Dec 4, 2024 · 1 comment
Closed

wrong line number when line ends with a semi-colon #517

ArbitRandomUser opened this issue Dec 4, 2024 · 1 comment

Comments

@ArbitRandomUser
Copy link

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
@ArbitRandomUser ArbitRandomUser changed the title wrong line number when line ends with a colon wrong line number when line ends with a semi-colon Dec 4, 2024
@ArbitRandomUser
Copy link
Author

sorry for the noise this has been addressed in #494 , i completely forgot that i was the one who put that one up too

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant