Skip to content

Mark safe_suggestion and pushpop_unsafe as removed in feature_gate.rs #39071

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merged
merged 2 commits into from
Jan 16, 2017

Conversation

est31
Copy link
Member

@est31 est31 commented Jan 14, 2017

This removes two features from feature_gate.rs: safe_suggestion and pushpop_unsafe. Both had been removed in other places already, but were forgotten to be removed from feature_gate.rs.

Removes two elements from the whitelist of non gate tested unstable lang features (issue #39059).

@rust-highfive
Copy link
Contributor

r? @aturon

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

@est31
Copy link
Member Author

est31 commented Jan 14, 2017

r? @GuillaumeGomez

@est31 est31 changed the title Remove the safe_suggestion feature Remove safe_suggestion and pushpop_unsafe features from feature_gate.rs Jan 15, 2017
@GuillaumeGomez
Copy link
Member

In this case, I take the liberty to r+ it since one of the two unused features is mine and I forgot to remove it. Feel free to r- if there is a mistake I didn't saw!

Thanks @est31!

@bors: r+

@bors
Copy link
Collaborator

bors commented Jan 15, 2017

📌 Commit fd74177 has been approved by GuillaumeGomez

@durka
Copy link
Contributor

durka commented Jan 15, 2017

@est31 as per the comment in feature_gate.rs, shouldn't poshpop_unsafe be moved to the removed list instead of deleted?

@est31
Copy link
Member Author

est31 commented Jan 15, 2017

@durka better now?

@est31 est31 force-pushed the master branch 2 times, most recently from 8bc812d to f1a78c8 Compare January 15, 2017 01:10
@est31 est31 changed the title Remove safe_suggestion and pushpop_unsafe features from feature_gate.rs Mark safe_suggestion and pushpop_unsafe as removed in feature_gate.rs Jan 15, 2017
@GuillaumeGomez
Copy link
Member

Since safe_suggestion never really existed, I'm not sure it's useful to put in the removed list as well...

This removes the safe_suggestion feature from feature_gate.rs.
It was added in commit 164f010
and then removed again in commit c11fe55 .

As the removal was in the same PR rust-lang#38099 as the addition, we don't move it to
the "removed" section.

Removes an element from the whitelist of non gate tested unstable lang features (issue rust-lang#39059).
This marks the pushpop_unsafe feature as removed inside the feature_gate.
It was added in commit 1829fa5 and then
removed again in commit d399098 .
Seems that the second commit forgot to mark it as removed in feature_gate.rs.

This enables us to remove another element from the whitelist of non gate
tested unstable lang features (issue rust-lang#39059).
@GuillaumeGomez
Copy link
Member

Thanks!

@bors: r+

@bors
Copy link
Collaborator

bors commented Jan 15, 2017

📌 Commit 7821ea8 has been approved by GuillaumeGomez

@bors
Copy link
Collaborator

bors commented Jan 15, 2017

⌛ Testing commit 7821ea8 with merge 13530c2...

bors added a commit that referenced this pull request Jan 15, 2017
Mark safe_suggestion and pushpop_unsafe as removed in feature_gate.rs

This removes two features from feature_gate.rs: `safe_suggestion` and `pushpop_unsafe`. Both had been removed in other places already, but were forgotten to be removed from feature_gate.rs.

* `safe_suggestion` was added in commit 164f010 and then removed again in commit c11fe55 both in the same PR #38099.

* `pushpop_unsafe` was added in commit 1829fa5 and removed again in commit d399098

Removes two elements from the whitelist of non gate tested unstable lang features (issue #39059).
@bors
Copy link
Collaborator

bors commented Jan 15, 2017

💔 Test failed - status-appveyor

@alexcrichton
Copy link
Member

@bors: retry

After nearly 5 hours it looks like AppVeyor lost track of those builds? I canceled manually to keep the queue moving.

@est31
Copy link
Member Author

est31 commented Jan 16, 2017

@alexcrichton it was likely this issue: http://status.appveyor.com/incidents/k06ydx9hkhbt

@bors
Copy link
Collaborator

bors commented Jan 16, 2017

⌛ Testing commit 7821ea8 with merge 14bfdfd...

bors added a commit that referenced this pull request Jan 16, 2017
Mark safe_suggestion and pushpop_unsafe as removed in feature_gate.rs

This removes two features from feature_gate.rs: `safe_suggestion` and `pushpop_unsafe`. Both had been removed in other places already, but were forgotten to be removed from feature_gate.rs.

* `safe_suggestion` was added in commit 164f010 and then removed again in commit c11fe55 both in the same PR #38099.

* `pushpop_unsafe` was added in commit 1829fa5 and removed again in commit d399098

Removes two elements from the whitelist of non gate tested unstable lang features (issue #39059).
@bors
Copy link
Collaborator

bors commented Jan 16, 2017

☀️ Test successful - status-appveyor, status-travis
Approved by: GuillaumeGomez
Pushing 14bfdfd to master...

@bors bors merged commit 7821ea8 into rust-lang:master Jan 16, 2017
@bors bors mentioned this pull request Jan 16, 2017
@alexcrichton
Copy link
Member

@est31 thanks for the pointer!

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants