crate-ci / committed

Nitpicking commit history since beabf39
Apache License 2.0
103 stars 7 forks source link

display line number and column in error message #377

Open prez opened 7 months ago

prez commented 7 months ago

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

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

epage commented 7 months ago

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.