xtfc / mold

A fresh (ironic? maybe!) approach to project chores.
https://xtfc.org/mold
MIT License
7 stars 0 forks source link

Improve error messages #133

Closed scizzorz closed 4 years ago

scizzorz commented 4 years ago

A lot of errors really have no context to them and can be pretty difficult to debug - notably, when an import's moldfile can't be found OR when a recipe's command can't be executed.

Two libraries that may be worth looking into are anyhow and thiserror.