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

rustup #1336

Merged
merged 3 commits into from
Feb 24, 2015
Merged

rustup #1336

merged 3 commits into from
Feb 24, 2015

Conversation

globin
Copy link
Contributor

@globin globin commented Feb 22, 2015

This temporarily allows warnings for test to keep calls to CString::from_{vec,slice} for now as this creates an enormous fallout which is probably mitigated partly by a switch to the new io, fs, path libraries as far as I can see.

@globin
Copy link
Contributor Author

globin commented Feb 22, 2015

Depends on ujh/hamcrest-rust#15

@ghost ghost mentioned this pull request Feb 23, 2015
@ghost
Copy link

ghost commented Feb 23, 2015

This should be good to go, I think?

#![cfg_attr(test, deny(warnings))]
#![feature(collections, hash, libc, os, std_misc, unicode, env, core)]
#![feature(old_io, old_path, str_words)]
//#![cfg_attr(test, deny(warnings))]
Copy link
Member

Choose a reason for hiding this comment

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

Can this be re-added?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

There are deprecation warnings with CString::from_{vec,slice} that are not easily fixable and would need quite a lot of work currently and I reckon that would be easier with the new io/path/os/fs in place.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

And just tried with alpha.2 which also fails because the unstable features create a warning making the test build fail.

@alexcrichton
Copy link
Member

Looks like the .travis.install.deps.sh script needs to be updated as well as I think the structure of the tarballs has changed.

@globin globin mentioned this pull request Feb 24, 2015
@huonw
Copy link
Member

huonw commented Feb 24, 2015

Incidentally, it would be great if this patch could compile with alpha.2 (as written cargo build succeeds with it, but cargo test fails to compile hamcrest). It, along with a git tag representing as much, would help with @anguslees's rust/cargo packaging experiments.

@globin globin force-pushed the rustup branch 3 times, most recently from cffd7f2 to 253548d Compare February 24, 2015 11:42
@globin
Copy link
Contributor Author

globin commented Feb 24, 2015

Updated, have I introduced the failing tests?

@alexcrichton
Copy link
Member

There are still some travis failures (cross builds and such). I think the installation format has changed and the hokey merge-the-repos behavior we had before isn't quite so valid any more. I also don't mind taking this over to help push it through.

@bors bors merged commit b06c3de into rust-lang:master Feb 24, 2015
@globin
Copy link
Contributor Author

globin commented Feb 25, 2015

Thanks for taking over 👍

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