Uh oh!
There was an error while loading. Please reload this page.
Resolve a bunch of fixmes - #39384
Conversation
rust-highfive
commented
Jan 29, 2017
(rust_highfive has picked a reviewer for you, use r? to override) |
alexcrichton
commented
Jan 29, 2017
Thanks for the PR @wesleywiser I wonder though if we could perhaps avoid adding |
wesleywiser
commented
Jan 30, 2017
@petrochenkov My understanding from reading #22405 was that the issue was not being able to infer the result of @alexcrichton Sure I can do that. What do you think of @petrochenkov's comment? Does this need to wait for |
alexcrichton
commented
Jan 30, 2017
Oh well it seems that the motivation/purpose of this PR is to remove these FIXME annotations. I don't think the FIXME annotations need to literally be changed to use I personally prefer to favor stable features wherever possible, so that's just my own personal preference for deleting outright instead of deleting and switching to |
wesleywiser
commented
Jan 31, 2017
Easy enough! I'll push a new commit that simply removes the FIXMEs for this particular issue with no other changes. |
bors
commented
Jan 31, 2017
☔ The latest upstream changes (presumably #39230) made this pull request unmergeable. Please resolve the merge conflicts. |
dc85c01 to
9265d76Comparealexcrichton
commented
Jan 31, 2017
@wesleywiser looks like there's a pretty test failure on Travis? |
wesleywiser
commented
Jan 31, 2017
via email
Thanks! I'll look into that tomorrow. …On Mon, Jan 30, 2017, 11:17 PM Alex Crichton ***@***.***> wrote:
@wesleywiser <https://github.com/wesleywiser> looks like there's a pretty
test failure on Travis?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#39384 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAyu2EEg5ylEWHvD_iMTqpo99RXfc32Dks5rXrXogaJpZM4LwuK9>
.
|
wesleywiser
commented
Feb 1, 2017
@alexcrichton It should be fixed now. It looks like two of the Mac Travis bots failed trying to clone the repo and the other two have been stuck trying to clone for a few hours now. All of the other bots have passed. |
Are we burying the box syntax?! 😨 |
ghost
commented
Feb 1, 2017
There is a lot of places in the compiler where unstable features are being used, removing only the |
alexcrichton
commented
Feb 1, 2017
@bors: r+ Thanks @wesleywiser! @Michael-Zapata these comments are all ancient and the bugs have all been fixed anyway, so I don't think we're going backwards here at all. |
bors
commented
Feb 1, 2017
📌 Commit 94687aa has been approved by |
bors
commented
Feb 1, 2017
⌛ Testing commit 94687aa with merge 7234e5c... |
alexcrichton
commented
Feb 1, 2017
@bors: retry
|
bors
commented
Feb 2, 2017
Resolve a bunch of fixmes Resolves 56 fixmes in test code related to `box` syntax.
bors
commented
Feb 2, 2017
☀️ Test successful - status-appveyor, status-travis |
Resolves 56 fixmes in test code related to
boxsyntax.