Skip to content

remove rustc-serialize dependency and factor util::cargo out into a crate #1471

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 3 commits into from
Jan 26, 2017

Conversation

oli-obk
Copy link
Contributor

@oli-obk oli-obk commented Jan 24, 2017

I need the cargo module in miri

clippy-mini-macro-test = { version = "0.1", path = "mini-macro" }
serde = "0.7"
serde = "0.9.0-rc3"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why a rc?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

because there's no full release yet

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

but there is now... updating

@@ -14,7 +14,7 @@
level_re = re.compile(r'''(Forbid|Deny|Warn|Allow)''')
conf_re = re.compile(r'''define_Conf! {\n([^}]*)\n}''', re.MULTILINE)
confvar_re = re.compile(
r'''/// Lint: (\w+). (.*).*\n *\("([^"]*)", (?:[^,]*), (.*) => (.*)\),''')
r'''/// Lint: (\w+). (.*).*\n\s*\("([^"]*)",\s*(?:[^,]*),\s*(.*)\s*=>\s*(.*)\),''', re.MULTILINE)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This escaped #1470 😄

@llogiq
Copy link
Contributor

llogiq commented Jan 24, 2017

LGTM modulo travis

@llogiq
Copy link
Contributor

llogiq commented Jan 26, 2017

@oli-obk Should we merge #1470 first?

@oli-obk
Copy link
Contributor Author

oli-obk commented Jan 26, 2017

They are independent

@llogiq llogiq merged commit 4ea0f72 into master Jan 26, 2017
@llogiq llogiq deleted the serde branch January 26, 2017 20:22
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.

3 participants