-
Notifications
You must be signed in to change notification settings - Fork 12.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Warn on all erroneous constants #50110
Conversation
This comment has been minimized.
This comment has been minimized.
56d87c8
to
55325ee
Compare
This comment has been minimized.
This comment has been minimized.
nevermind, the "nondeterminism" was due to #50113, which has a fix incoming, and it's only happening locally, travis is never affected |
55325ee
to
7bf50e6
Compare
Highfive failed to assign a reviewer, picking someone randomly -- @estebank |
This comment has been minimized.
This comment has been minimized.
7bf50e6
to
9e0b85c
Compare
This comment has been minimized.
This comment has been minimized.
9e0b85c
to
cd6c186
Compare
LGTM, I think. |
@bors r+ |
📌 Commit cd6c186 has been approved by |
⌛ Testing commit cd6c186 with merge 92dae5dd77ef606cbb72975212052165882f4db1... |
💔 Test failed - status-appveyor |
The job Click to expand the log.
I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
@bors: retry
* crates.io was down
…On Tue, Apr 24, 2018 at 7:56 PM, bors ***@***.***> wrote:
💔 Test failed - status-appveyor
<https://ci.appveyor.com/project/rust-lang/rust/build/1.0.7132>
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#50110 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AaPN0KH88vaSzbwBVZNViWiV7o4_eRAPks5tr8mtgaJpZM4TdXwr>
.
--
You received this message because you are subscribed to the Google Groups
"rust-ops" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to ***@***.***
To post to this group, send email to ***@***.***
To view this discussion on the web visit https://groups.google.com/d/
msgid/rust-ops/rust-lang/rust/pull/50110/c384126037%40gh.neting.cc
<https://groups.google.com/d/msgid/rust-ops/rust-lang/rust/pull/50110/c384126037%40gh.neting.cc?utm_medium=email&utm_source=footer>
.
For more options, visit https://groups.google.com/d/optout.
|
@nagbot-rs: 🔑 Insufficient privileges: not in try users |
@bors: retry |
Warn on all erroneous constants fixes #49791 fixes #47054 @Zoxc this PR triggers the nondeterministic errors of #49950 (comment) really often (at least on stage1).
☀️ Test successful - status-appveyor, status-travis |
Nominating for backport into beta, since this fixes a regression. |
fixes #49791
fixes #47054
@Zoxc this PR triggers the nondeterministic errors of #49950 (comment) really often (at least on stage1).