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
167: Switch to use error-chain r=bjgill a=bjgill
I've kept the quick-error style errors where they're used multiple times, and otherwise converted to string errors - our errors are for diagnostics only (not for anyone to try and do anything with).
This is the first step to solving #159.
See #153 (review)
It would be nice to:
error-chain
instead ofquick_error
andBox<Error>
waltz_cli seems like a good example of the quality bar we should be aiming for.
The text was updated successfully, but these errors were encountered: