Skip to content
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

Modernize to latest rustc #5

Merged
merged 9 commits into from
May 1, 2015
Merged

Conversation

SkylerLipthay
Copy link
Contributor

This chore work was a bit more involved than that of deuterium-orm/deuterium. Package should build and all tests should pass as soon as the newest changes to deuterium-orm/deuterium are published to crates.io (I was developing this PR with a locally modified Cargo.toml).

  • 9ccd7c0 adds the enum_primitive crate. Hopefully a native solution comes around.
  • 84c8a00 uses syntax::print::pprust::ty_to_string to replace syntax::ext::quote::rt::ToSource. I'm not quite sure if pprust is a one-to-one replacement, but it seems to work. Compiler plugins are always bound to break, anyway.

@@ -38,4 +40,4 @@ version = "*"
optional = true

[dev-dependencies.deuterium_plugin]
version = "*"
path = "deuterium-plugin"
Copy link
Owner

Choose a reason for hiding this comment

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

Please revert this because path deps can't be uploaded to the crates.io

@s-panferov
Copy link
Owner

@SkylerLipthay awesome work. Really awesome!

Deuterium was published as v0.4.0. Please revert the path change in deuterium-plugin section and I merge this.

@SkylerLipthay
Copy link
Contributor Author

Forced a push to remove the offending commit regarding the deuterium-plugin path change! Thanks for reviewing.

s-panferov added a commit that referenced this pull request May 1, 2015
@s-panferov s-panferov merged commit 42ce021 into s-panferov:master May 1, 2015
@SkylerLipthay SkylerLipthay deleted the modernize branch May 1, 2015 11:00
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