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

Bump iron-fork to 0.3.0 (and remove .cargo) #411

Merged
merged 1 commit into from
Apr 27, 2016
Merged

Bump iron-fork to 0.3.0 (and remove .cargo) #411

merged 1 commit into from
Apr 27, 2016

Conversation

JohanLorenzo
Copy link
Contributor

@JohanLorenzo JohanLorenzo commented Apr 22, 2016

Fixes #367

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.08%) to 38.948% when pulling d59c4c5 on JohanLorenzo:remove-.cargo into 4036f9e on fxbox:master.

@JohanLorenzo JohanLorenzo changed the title Remove .cargo Bump iron-fork to 0.3.0 (and remove .cargo) Apr 22, 2016
@coveralls
Copy link

Coverage Status

Coverage increased (+0.009%) to 39.039% when pulling 3f9d7dd on JohanLorenzo:remove-.cargo into 4036f9e on fxbox:master.

@JohanLorenzo
Copy link
Contributor Author

JohanLorenzo commented Apr 22, 2016

Upgrading iron-fork to 0.3.0 turned out to be easier than I thought. The only changes made since we forked were located in Cargo.toml (and the ones made for SNI in iron-fork/src/iron.rs).

r? @samgiles

@fabricedesre
Copy link
Collaborator

@samgiles any hope to upstream your changes?

@samgiles
Copy link
Contributor

@fabricedesre Not as it is right now - there are 4 different implementations to achieve the same thing, I have an API suggestion completely different from my implementtion on my PR from a maintainer. I just need to do that - and then hopefully we'll get a merge.

@samgiles
Copy link
Contributor

@JohanLorenzo lgtm! Thanks.

@coveralls
Copy link

Coverage Status

Changes Unknown when pulling 1ddeb8f on JohanLorenzo:remove-.cargo into * on fxbox:master*.

It also removes .cargo. Fixes #367
@coveralls
Copy link

Coverage Status

Changes Unknown when pulling 33af32f on JohanLorenzo:remove-.cargo into * on fxbox:master*.

@JohanLorenzo
Copy link
Contributor Author

JohanLorenzo commented Apr 27, 2016

Rebased on top of master. I had to also specify the "replace" in subcrates.

I also had to fork ws-rs, in order to have the mio revisions matching https://github.com/JohanLorenzo/ws-rs/blob/0.4.6/Cargo.toml#L15

@JohanLorenzo JohanLorenzo merged commit 9daa96f into fxbox:master Apr 27, 2016
time = "0.1"
timer = "0.1.6"
uuid = "0.1.18"
url = "0.5.7"
ws = { git = "https://github.com/housleyjk/ws-rs.git", rev = "d154fc5" }
ws = { git = "https://github.com/JohanLorenzo/ws-rs.git" , branch = "0.4.6" }
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Needed, otherwise mio version mismatch.

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.

4 participants