You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mostly because anyhow is meant for application code, and this forces downstream dependencies (Biome for example) to use anyhow to import the types and correctly handle the errors.
I wonder if you're open to changing this for a custom error or us the library thiserror. I am happy to send a PR too.
The text was updated successfully, but these errors were encountered:
This has been on the back of my mind for a while, so definitely happy to change and would certainly appreciate a PR to move the core library crates over to thiserror.
Mostly because
anyhow
is meant for application code, and this forces downstream dependencies (Biome for example) to useanyhow
to import the types and correctly handle the errors.I wonder if you're open to changing this for a custom error or us the library
thiserror
. I am happy to send a PR too.The text was updated successfully, but these errors were encountered: