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

Backport nightly fixes to V0.11 #605

Closed
wants to merge 4 commits into from

Conversation

SergioBenitez
Copy link

@SergioBenitez SergioBenitez commented Dec 25, 2017

This PR is made against the master branch because no v0.11 branch exists. I've locally created a branch off of the 0.11.0 tag which these commits should be applied to.

This backports the nightly fix changes made to master and released in 0.13.0-alpha to 0.11.0. The crate version is updated to 0.11.1 for easy releasing.

I want to keep the argument short: Rocket v0.3 uses ring 0.11 and is thus currently broken on the latest nightlies as a result (rwf2/Rocket#513). Because of #575, we cannot update ring to 0.13.0-alpha without a breaking release, which Rocket is not ready for. Even then, none of Rocket's ring dependents have upgraded to ring 0.13.0-alpha (cookie, rustls, hyper-sync-rustls), so this wouldn't be technically feasible either. This PR is the only way to get Rocket working on nightly.

I understand that you only want to support the latest version of ring. Were it not for #575, while still unfavorable to the community, it would be a tenable position; many crates could simply upgrade to the latest version risk-free. But coupling #575 with your present stance creates a truly difficult scenario for crates depending on ring. At present time, there are 69 crates depending on ring, none of which are on 0.13.0-alpha, and thus the majority broken on nightly. Your position makes ring difficult to use, inverts control over release schedules, and is currently breaking other projects. If you don't want to support older versions of ring, at least accept PRs when the community wants to support them for you. Please don't simply silence opinions by locking issues and PRs such as #599, #598, and #575.

Please accept this PR and release 0.11.1. I'll submit a PR for 0.12.2 as well.

@briansmith
Copy link
Owner

Nope.

@briansmith briansmith closed this Dec 25, 2017
Repository owner locked and limited conversation to collaborators Dec 25, 2017
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.

2 participants