Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upRevert "skip double negation in const eval" #34497
Conversation
rust-highfive
assigned
eddyb
Jun 27, 2016
eddyb
added
the
beta-nominated
label
Jun 27, 2016
This comment has been minimized.
This comment has been minimized.
|
@bors r+ |
This comment has been minimized.
This comment has been minimized.
|
|
Manishearth
added a commit
to Manishearth/rust
that referenced
this pull request
Jun 29, 2016
bors
added a commit
that referenced
this pull request
Jun 29, 2016
bors
added a commit
that referenced
this pull request
Jun 29, 2016
bors
added a commit
that referenced
this pull request
Jun 29, 2016
bors
added a commit
that referenced
this pull request
Jun 30, 2016
bors
merged commit b8f9c88
into
rust-lang:master
Jun 30, 2016
1 check passed
continuous-integration/travis-ci/pr
The Travis CI build passed
Details
This comment has been minimized.
This comment has been minimized.
|
thoughts on backporting? Would love to include this in the next beta we should produce fairly soon |
This comment has been minimized.
This comment has been minimized.
|
+1 for packport |
This comment has been minimized.
This comment has been minimized.
|
Discussed with compiler team in email as well and sentiment was that this is small enough and important enough to backport, accepting for backport. |
alexcrichton
added
the
beta-accepted
label
Jul 3, 2016
This comment has been minimized.
This comment has been minimized.
alexcrichton
removed
the
beta-nominated
label
Jul 3, 2016
This comment has been minimized.
This comment has been minimized.
|
Lgtm, the failure was most likely due to 16bit support missing. There was a conflict during reverting in this pr |
oli-obk
deleted the
oli-obk:double_negation
branch
Jul 3, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
oli-obk commentedJun 27, 2016
This reverts commit 735c018.
fixes #34395
The original commit was based on a mis-understanding of the overflowing literal lint.
This needs to be ported to beta.
r? @eddyb