Skip to content
This repository was archived by the owner on Dec 1, 2023. It is now read-only.

Beta fixes #87

Merged
merged 2 commits into from
Mar 28, 2015
Merged

Beta fixes #87

merged 2 commits into from
Mar 28, 2015

Conversation

lambda
Copy link
Contributor

@lambda lambda commented Mar 28, 2015

rustc-serialize is one of the most heavily depended upon crates; 125 reverse dependencies when I last checked. Getting it compiling on the beta channel will make it a lot easier to get other crates that depend on it compiling on the beta channel.

To do so, we need to remove its dependency on the convert feature, which is waiting on rust-lang/rfcs#529 that seems to be in rapid development. We can do that by just reverting the commit that adds support to this feature, and then add it back later once convert is no longer feature-gated.

The other fix is to simply update the dev dedpendency on rand, to a newer version that depends on a newer log. log also doesn't quite build on beta channel yet, but there is already a commit in the repository that fixes that (rust-lang/log@93fac65cd), it just needs to be version bumped and released.

lambda added 2 commits March 28, 2015 09:45
This reverts commit db777e8.

Conflicts:
	src/lib.rs
rand 0.3 depends on log 0.3, which is much closer to working on the beta
channel; there's just one commit that has been merged but not yet
released in order for it to work correctly.
@rust-highfive
Copy link

Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @alexcrichton (or someone else) soon.

If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. The way Github handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes.

Please see CONTRIBUTING.md for more information.

@alexcrichton
Copy link
Contributor

Thanks!

alexcrichton added a commit that referenced this pull request Mar 28, 2015
@alexcrichton alexcrichton merged commit 0bdfd5d into rust-lang-deprecated:master Mar 28, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants