Open diab0l opened 2 years ago
Hello @diab0l, I've checked the provided steps on one of the latest builds and I could not reproduce the issue - the line numbers were displayed correctly for me.
Could you please check if you can still reproduce the issue or if we can mark it as resolved?
General Summary
Developing code in the cli, I noticed that line numbers are often off for code which produces errors in another module. It does not appear to make a difference whether one catches the error or lets it bubble up.
In the reproduction below, the line numbers are reported as
1
, but I have seen cases where line numbers where off by 1-3 lines (and the columns way off as in Wrong column numbers for Enso stacktraces when accessed from Java).Steps to Reproduce
Main.enso:
Module.enso:
Expected Result
Something like
Line numbers relating to
Main.main
andModule.f
should correspond to their definitions and the invocations.Actual Result
Line numbers are 1.
Enso Version