Skip to content

impl From<bool> for AtomicBool - #46293

Merged
bors merged 2 commits into
rust-lang:masterfrom
ollie27:atomic_bool_from
Nov 29, 2017
Merged

impl From<bool> for AtomicBool#46293
bors merged 2 commits into
rust-lang:masterfrom
ollie27:atomic_bool_from

Conversation

@ollie27

@ollie27ollie27 commented Nov 27, 2017

Copy link
Copy Markdown
Contributor

This seems like an obvious omission from #45610. I've used the same feature name and version in the hope that this can be backported to beta so it's stabilized with the other impls. If it can't be I'll change it to 1.24.0.

@rust-highfive

Copy link
Copy Markdown
Contributor

r? @TimNN

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

@Mark-SimulacrumMark-Simulacrum added the beta-nominated Nominated for backporting to the compiler in the beta channel. label Nov 27, 2017
@Mark-Simulacrum

Copy link
Copy Markdown
Member

Marked as beta nominated.

cc @rust-lang/libs -- what do you think about backporting this to beta?

@sfackler

Copy link
Copy Markdown
Member

I don't really see any reason to backport this.

@kennytmkennytm added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-libs-api [DEPRECATED; DO NOT USE] labels Nov 27, 2017
@alexcrichton

Copy link
Copy Markdown
Member

Agreed that feature-wise this seems fine but I probably wouldn't do the backport

@TimNNTimNN assigned BurntSushi and unassigned TimNNNov 27, 2017
@ollie27

Copy link
Copy Markdown
ContributorAuthor

Right, I've changed it to 1.24.0.

@kennytmkennytm removed the beta-nominated Nominated for backporting to the compiler in the beta channel. label Nov 27, 2017
@BurntSushi

Copy link
Copy Markdown
Member

LGTM. @bors r+

@bors

bors commented Nov 28, 2017

Copy link
Copy Markdown
Collaborator

📌 Commit 71d766b has been approved by BurntSushi

@Mark-Simulacrum

Copy link
Copy Markdown
Member

@bors rollup

@Mark-SimulacrumMark-Simulacrum added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Nov 28, 2017
@bors

bors commented Nov 29, 2017

Copy link
Copy Markdown
Collaborator

⌛ Testing commit 71d766b with merge 736976d701b620831b0617661bdc0ef0e953b21a...

@kennytm

Copy link
Copy Markdown
Member

@bors treeclosed=1

Something's wrong with the macOS CI, investigating.

@bors

bors commented Nov 29, 2017

Copy link
Copy Markdown
Collaborator

💔 Test failed - status-travis

@kennytm

Copy link
Copy Markdown
Member

@bors retry — travis-ci/travis-ci#8821

kennytm added a commit to kennytm/rust that referenced this pull request Nov 29, 2017
impl From<bool> for AtomicBool
This seems like an obvious omission from rust-lang#45610. ~~I've used the same feature name and version in the hope that this can be backported to beta so it's stabilized with the other impls. If it can't be I'll change it to `1.24.0`.~~
@kennytmkennytm mentioned this pull request Nov 29, 2017
bors added a commit that referenced this pull request Nov 29, 2017
Rollup of 10 pull requests
- Successful merges: #45969, #46077, #46219, #46287, #46293, #46322, #46323, #46330, #46354, #46356
- Failed merges:
@bors
bors merged commit 71d766b into rust-lang:masterNov 29, 2017
@ollie27
ollie27 deleted the atomic_bool_from branch November 29, 2017 14:57
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-borsStatus: Waiting on bors to run and complete tests. Bors will change the label on completion.T-libs-api[DEPRECATED; DO NOT USE]

Projects

None yet

Development

Successfully merging this pull request may close these issues.

9 participants

@ollie27@rust-highfive@Mark-Simulacrum@sfackler@alexcrichton@BurntSushi@bors@kennytm@TimNN