Skip to content

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

Merged
bors merged 1 commit into
rust-lang:masterfrom
cuviper:major-minor-rebuild
Oct 20, 2016
Merged

Detect local-rebuild by just the MAJOR.MINOR version#37273
bors merged 1 commit into
rust-lang:masterfrom
cuviper:major-minor-rebuild

Conversation

@cuviper

Copy link
Copy Markdown
Member

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
Copy Markdown
Contributor

r? @aturon

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

@bors

bors commented Oct 19, 2016

Copy link
Copy Markdown
Collaborator

☔ 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
Copy Markdown
MemberAuthor

Rebased.

@aturon

Copy link
Copy Markdown
Contributor

r? @alexcrichton

@alexcrichton

Copy link
Copy Markdown
Member

@bors: r+

@bors

bors commented Oct 19, 2016

Copy link
Copy Markdown
Collaborator

📌 Commit 81d9795 has been approved by alexcrichton

@bors

bors commented Oct 20, 2016

Copy link
Copy Markdown
Collaborator

⌛ 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:masterOct 20, 2016
@cuviper
cuviper deleted the major-minor-rebuild branch September 26, 2017 06:39
Sign up for freeto 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

@cuviper@rust-highfive@bors@aturon@alexcrichton