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
Provide a context method on Error which can throw it away or use it, and implement it for Box and std::string?
Storing context is very important use case given by anyhow but C++ can't just gain it in that way, without replacing all the Error types, so we should build this into Error. (h/t @Kangz for pointing this out in dawn)
The text was updated successfully, but these errors were encountered:
Provide a context method on Error which can throw it away or use it, and implement it for Box and std::string?
Storing context is very important use case given by
anyhow
but C++ can't just gain it in that way, without replacing all the Error types, so we should build this into Error. (h/t @Kangz for pointing this out in dawn)The text was updated successfully, but these errors were encountered: