-
Notifications
You must be signed in to change notification settings - Fork 125
Line numbers are incorrect #406
Copy link
Copy link
Closed
Labels
bug:2-confirmedBug is confirmedBug is confirmedkind:bugAn unexpected problem or behaviourAn unexpected problem or behaviourtopic:upstreamRelated to the upstream C engineRelated to the upstream C engine
Milestone
Metadata
Metadata
Assignees
Labels
bug:2-confirmedBug is confirmedBug is confirmedkind:bugAn unexpected problem or behaviourAn unexpected problem or behaviourtopic:upstreamRelated to the upstream C engineRelated to the upstream C engine
I have an issue with the returned linenumbers.
When i use:
It will give me an error with the following:
Exception { message: Some("a is not defined"), stack: Some(" at default (userFunction:1:1)\n") }
However i would expect that the line:col is not 1:1 but 2:18
How can i fix this?