Skip to content

Register new snapshots. #21236

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

Closed
wants to merge 1 commit into from
Closed

Conversation

eddyb
Copy link
Member

@eddyb eddyb commented Jan 16, 2015

This cannot be merged as-is because of #21230, but I wanted to have the cleanup work here for when we get a clean shapshot.
Fwiw, the hack works on all platforms but Windows, which has some weird byte values around the actual strings, and sed s/.*// doesn't match them (or maybe it breaks on non-unicode?).

r? @alexcrichton

@rust-highfive
Copy link
Contributor

r? @pcwalton

(rust_highfive has picked a reviewer for you, use r? to override)

@brson
Copy link
Contributor

brson commented Jan 17, 2015

The issue with the snapshots is that in stage0 there are lots of warnings emitted. There may also be an issue where copiletest fails to build.

The way to solve these is by having the crates properly declare that they are using unstable features. Once they do that the makefiles will no longer need to do the bootstrap hack for -dev, -nightly or -snapshot builds. This fix is done in my followup feature staging PR, but since that will take some days to land I will prepare another such patch to help get this snapshot landed.

@brson brson mentioned this pull request Jan 17, 2015
bors added a commit that referenced this pull request Jan 18, 2015
This fixes the issues mentioned in #21236, as well as the one #21230 where `CFG_BOOTSTRAP_KEY` was being set to simply 'N'. It changes the build such that `RUSTC_BOOTSTRAP_KEY` is only exported on -beta and -stable, so that the behavior of the -dev, -nightly, and snapshot compilers is the same everywhere.

Haven't run it completely through 'make check' yet, but the I have verified that the aforementioned issues are fixed.

r? @alexcrichton cc @eddyb
bors added a commit that referenced this pull request Jan 18, 2015
This fixes the issues mentioned in #21236, as well as the one #21230 where `CFG_BOOTSTRAP_KEY` was being set to simply 'N'. It changes the build such that `RUSTC_BOOTSTRAP_KEY` is only exported on -beta and -stable, so that the behavior of the -dev, -nightly, and snapshot compilers is the same everywhere.

Haven't run it completely through 'make check' yet, but the I have verified that the aforementioned issues are fixed.

r? @alexcrichton cc @eddyb
@eddyb eddyb closed this Jan 20, 2015
@eddyb eddyb deleted the snap-qpath-ufcs branch January 20, 2015 21:04
spikespaz pushed a commit to spikespaz/dotwalk-rs that referenced this pull request Aug 29, 2024
This fixes the issues mentioned in rust-lang/rust#21236, as well as the one rust-lang/rust#21230 where `CFG_BOOTSTRAP_KEY` was being set to simply 'N'. It changes the build such that `RUSTC_BOOTSTRAP_KEY` is only exported on -beta and -stable, so that the behavior of the -dev, -nightly, and snapshot compilers is the same everywhere.

Haven't run it completely through 'make check' yet, but the I have verified that the aforementioned issues are fixed.

r? @alexcrichton cc @eddyb
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