Uh oh!
There was an error while loading. Please reload this page.
Stabilize static lifetime in statics - #39265
Conversation
nikomatsakis
commented
Jan 24, 2017
@est31 nice |
bors
commented
Jan 27, 2017
☔ The latest upstream changes (presumably #39282) made this pull request unmergeable. Please resolve the merge conflicts. |
est31
commented
Jan 27, 2017
Rebased. |
bors
commented
Jan 28, 2017
☔ The latest upstream changes (presumably #39305) made this pull request unmergeable. Please resolve the merge conflicts. |
8ac8f0d to
35191d0CompareRebased on top of @eddyb 's PR. Its really great to see how the PR made this change much easier, so it must have been a good refactor! |
alexcrichton
commented
Feb 4, 2017
ping @nrc, would be a neat feature for 1.17! |
est31
commented
Feb 5, 2017
@alexcrichton its currently blocked by #37928 |
bors
commented
Feb 5, 2017
☔ The latest upstream changes (presumably #39563) made this pull request unmergeable. Please resolve the merge conflicts. |
est31
commented
Feb 5, 2017
Now that beta branched, I would like to ask for beta backport nomination, so that already 1.16 would have it stabilized. |
steveklabnik
commented
Feb 6, 2017
via email
Backporting stabilizations is incredibly rare; I would prefer we didn't. …On Sun, Feb 5, 2017 at 12:17 PM, est31 ***@***.***> wrote:
Now that beta branched, I would like to ask for beta backport nomination,
so that already 1.16 would have it stabilized.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#39265 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AABsinz7uaODUek9-kH2vDy48sM0xfYfks5rZgQlgaJpZM4LrsNh>
.
|
nrc
commented
Feb 7, 2017
@bors: r+ I would also recommend against backporting - I don't think we should reduce stabilisation time in general. |
bors
commented
Feb 7, 2017
📌 Commit 0361dcf has been approved by |
bors
commented
Feb 7, 2017
⌛ Testing commit 0361dcf with merge 443866e... |
bors
commented
Feb 7, 2017
💔 Test failed - status-travis |
alexcrichton
commented
Feb 7, 2017
@bors: r=nrc |
bors
commented
Feb 7, 2017
📌 Commit 1c8cb8a has been approved by |
steveklabnik
commented
Feb 7, 2017
#37928 is not yet closed, how is this being merged? |
alexcrichton
commented
Feb 7, 2017
@bors: r- |
85accdc to
f8b6108Compareest31
commented
Feb 9, 2017
The documentation PR got merged, this is ready to be r+ed! |
petrochenkov
commented
Feb 9, 2017
bors
commented
Feb 9, 2017
📌 Commit f8b6108 has been approved by |
bors
commented
Feb 9, 2017
Stabilize static lifetime in statics Stabilize the "static_in_const" feature. Blockers before this PR can be merged: * [x] The [FCP with inclination to stabilize](#35897 (comment)) needs to be over. FCP lasts roughly three weeks, so will be over at Jan 25, aka this thursday. * [x] Documentation needs to be added (#37928) Closes#35897.
bors
commented
Feb 9, 2017
☀️ Test successful - status-appveyor, status-travis |
alexcrichton
commented
Feb 21, 2017
Removing beta nomination as sentiment seems to be to not backport (also see #35897) |
Stabilize the "static_in_const" feature. Blockers before this PR can be merged:
Closes#35897.