tweag / topiary

https://topiary.tweag.io/
MIT License
511 stars 17 forks source link

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

Closed evertedsphere closed 6 months ago

evertedsphere commented 6 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.