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

Disable CI for repos that break on stable #1050

Closed
5 tasks done
bvssvni opened this issue Mar 29, 2016 · 7 comments
Closed
5 tasks done

Disable CI for repos that break on stable #1050

bvssvni opened this issue Mar 29, 2016 · 7 comments

Comments

@bvssvni
Copy link
Member

bvssvni commented Mar 29, 2016

There is an upcoming breaking change in Rust for pub extern crate. See rust-lang/rust#31362. Currently, this is a warning on beta and nightly releases. We can choose to break stuff now or later, so we will break stuff now.

People are recommended to use beta or nightly until next Rust stable release (1.8).

CI will be disabled temporarily where this is a problem, and turn back on next Rust stable release.

Here is a list of repos where CI is disabled:

  • gfx_graphics
  • piston_window
  • opengl_graphics
  • Piston-Tutorials
  • piston-examples
@mitchmindtree
Copy link
Contributor

In the future, I would personally choose "break later" if "break now" means not being able to build on stable.

I realise that the next working stable release is only a week away and this really isn't a big deal, but I just wanted to mention that I think we should take our commitment to building consistently on stable very seriously (so far, I've managed to avoid having to use an unstable build of Rust since 1.0.0 landed, and it would be a real pity to without a very strong reason) 😸

@bvssvni
Copy link
Member Author

bvssvni commented Apr 6, 2016

I was not aware of this breakage until it was too late, so I decided to continue based on too little information. It is quite complicated now since there are many things that need to be tested at once, and because of the demanding recent upgrades I was not in good enough shape to avoid all mistakes. The mistake I did was not account for information I did not know at that moment. Normally this would not happen, but because of many complicated reasons, this error sneaked it.

There is no change in the commitment to building on stable. Next time we'll wait fixing the warnings until it works on stable.

@Ryman
Copy link
Contributor

Ryman commented Apr 6, 2016

Does anybody have a link to the relevant rust issue for this?

@bvssvni
Copy link
Member Author

bvssvni commented Apr 6, 2016

@Ryman I updated the top comment with link to the Rust PR.

@mitchmindtree
Copy link
Contributor

Oh I didn't realise it was a mistake! No problem at all sir, these things happen 😄

@bvssvni
Copy link
Member Author

bvssvni commented Apr 17, 2016

Rust 1.8 is released. Closing.

@bvssvni bvssvni closed this as completed Apr 17, 2016
@sunjay
Copy link
Member

sunjay commented Jul 8, 2016

You should update the note here now that it's out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants