Skip to content

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

Merged
merged 6 commits into from
May 31, 2018
Merged

Conversation

Centril
Copy link
Contributor

@Centril Centril commented May 22, 2018

Improves the situation in #205 a bit; but not completely yet.

@Centril Centril requested a review from anp May 22, 2018 22:39
@Centril Centril mentioned this pull request May 23, 2018
@Centril
Copy link
Contributor Author

Centril commented May 23, 2018

Update: Cherry picked some cleanup commits over from the other PR.

Copy link
Member

@anp anp left a 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 {
Copy link
Member

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 ?

Copy link
Contributor Author

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.

@anp
Copy link
Member

anp commented May 31, 2018

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.

@anp anp merged commit fd4e44f into rust-lang:master May 31, 2018
@Centril Centril deleted the cleanup-error-handling branch May 31, 2018 22:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants