salsa-rs / salsa

A generic framework for on-demand, incrementalized computation. Inspired by adapton, glimmer, and rustc's query system.
https://salsa-rs.netlify.app/
Apache License 2.0
2.09k stars 142 forks source link

Why do we use eyre crate? #504

Open nikomatsakis opened 2 months ago

nikomatsakis commented 2 months ago

Salsa is using eyre, but that seems oddly opinionated to me. I forget why. Is there a good reason?