-
Notifications
You must be signed in to change notification settings - Fork 59
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
Does not compile on rustc 1.19.0-nightly (f4209651e 2017-05-05) #64
Comments
Looks like this is caused by #63. I believe that commit should be reverted until rustup begins serving a nightly version that includes the break. This dashboard shows that the 2017-05-07 nightly is not out. @SimonSapin |
I have an obvious conflict of interest on what should be done with this crate/repo :) But in the meantime you can downgrade with |
I can downgrade but putting that command in the .travis.yml of every project that uses compiletest in CI, and then removing it when a new nightly is out, is not reasonable. I believe the change should be reverted until the new nightly is available and being served by rustup. |
Fair. I hadn’t thought of CI. It’s up to @laumann or @Manishearth to yank 0.2.6. |
I can yank 0.2.6 and wait until nightly 2017-05-07 is out - I guess I can just undo the yank later? |
Yes, |
Thanks! |
The nightly is out. Please unyank 0.2.6 |
Side note: maybe it would help to enable travis on this repository? There's a .travis.yml, but travis doesn't run. |
@oli-obk: It's unyanked |
The text was updated successfully, but these errors were encountered: