committed icon indicating copy to clipboard operation
committed copied to clipboard

display line number and column in error message

Open prez opened this issue 1 year ago • 1 comments

Please consider printing all errors in the format line:column: <error message>

This would enable building linters for text editors such as micro.

prez avatar Apr 05 '24 16:04 prez

We'rd need to massively re-work our parser to track this information. Its been mixed of what people want out of our the parser, some wanting little overhead while cases like this want a bunch of features included. I'm leaning towards supporting cases like this.

epage avatar Apr 05 '24 17:04 epage