01mf02 / jaq

A jq clone focussed on correctness, speed, and simplicity
MIT License
2.61k stars 63 forks source link

Replace ariadne with codesnake #185

Closed 01mf02 closed 4 weeks ago

01mf02 commented 4 weeks ago

At the time of writing, the ariadne crate had broken semantic versioning for over a month. This motivated my moving away from it to a newly-written crate called codesnake. Apart from having fewer dependencies and a significantly smaller code base, this crate enables colored parse error messages in jaq-play.

This should close https://github.com/01mf02/jaq/issues/176 as well as https://github.com/01mf02/jaq/issues/177.