tweag / topiary

https://topiary.tweag.io/
MIT License
580 stars 29 forks source link

Make source positions in logs 1-based for consistency #664

Closed evertedsphere closed 11 months ago

evertedsphere commented 11 months ago

Changes logs to use 1-based source positions by adding a NodeExt trait and a Display impl to LocalQueryMatch.

Closes https://github.com/tweag/topiary/issues/548, unless I've missed something.