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

Detect local-rebuild by just the MAJOR.MINOR version #37273

Merged
merged 1 commit into from
Oct 20, 2016

Conversation

cuviper
Copy link
Member

@cuviper cuviper commented Oct 19, 2016

A new point-release shouldn't change any language semantics, so a local
stage0 that matches MAJOR.MINOR version should still be considered a
local-rebuild as far as --cfg stageN features go.

e.g. 1.14.0 should be considered a local-rebuild for any 1.14.X.

(Bootstrap keys used to be an issue too, until #37265.)

@rust-highfive
Copy link
Collaborator

r? @aturon

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

@bors
Copy link
Contributor

bors commented Oct 19, 2016

☔ The latest upstream changes (presumably #37269) made this pull request unmergeable. Please resolve the merge conflicts.

A new point-release shouldn't change any language semantics, so a local
stage0 that matches MAJOR.MINOR version should still be considered a
local-rebuild as far as `--cfg stageN` features go.

e.g. `1.14.0` should be considered a local-rebuild for any `1.14.X`.

(Bootstrap keys used to be an issue too, until rust-lang#37265.)
@cuviper
Copy link
Member Author

cuviper commented Oct 19, 2016

Rebased.

@aturon
Copy link
Member

aturon commented Oct 19, 2016

r? @alexcrichton

@rust-highfive rust-highfive assigned alexcrichton and unassigned aturon Oct 19, 2016
@alexcrichton
Copy link
Member

@bors: r+

@bors
Copy link
Contributor

bors commented Oct 19, 2016

📌 Commit 81d9795 has been approved by alexcrichton

@bors
Copy link
Contributor

bors commented Oct 20, 2016

⌛ Testing commit 81d9795 with merge 7bccb82...

bors added a commit that referenced this pull request Oct 20, 2016
Detect local-rebuild by just the MAJOR.MINOR version

A new point-release shouldn't change any language semantics, so a local
stage0 that matches MAJOR.MINOR version should still be considered a
local-rebuild as far as `--cfg stageN` features go.

e.g. `1.14.0` should be considered a local-rebuild for any `1.14.X`.

(Bootstrap keys used to be an issue too, until #37265.)
@bors bors merged commit 81d9795 into rust-lang:master Oct 20, 2016
@cuviper cuviper deleted the major-minor-rebuild branch September 26, 2017 06:39
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.

5 participants