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
I've been using anyhow, but in the long run if someone wants to use it as a library it would probably be good to have a proper error enumeration. Specifically the following could be useful
File not found
Other FS error
Errors with line numbers
Other formatting errors
Plainly exposing internal errors isn't great because they might be missing context about their cause.
The text was updated successfully, but these errors were encountered:
I've been using anyhow, but in the long run if someone wants to use it as a library it would probably be good to have a proper error enumeration. Specifically the following could be useful
Plainly exposing internal errors isn't great because they might be missing context about their cause.
The text was updated successfully, but these errors were encountered: