-
Notifications
You must be signed in to change notification settings - Fork 61
Cleanup error handling #209
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Update: Cherry picked some cleanup commits over from the other PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking great, thank you! Had one comment about reusing an existing crate for map literals, but would be happy to see this merge as is.
@@ -26,6 +26,14 @@ pub const DELAY: u64 = 300; | |||
|
|||
type ParameterMap = BTreeMap<&'static str, String>; | |||
|
|||
macro_rules! params { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
any objection to using https://crates.io/crates/maplit ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
None :) I added this in #211 just now.
Oh also, sorry it took me a bit here, was preparing for and then on a trip out of the country for the last few days. |
Improves the situation in #205 a bit; but not completely yet.