Uh oh!
There was an error while loading. Please reload this page.
Move CrateConfig from Crate to ParseSess - #37431
Merged
Merged
Conversation
ContributorAuthor
jseyfriedforce-pushed
the
refactor_crate_config
branch
from
October 27, 2016 08:33
85bda0e to
0d4071eCompareeddyb
commented
Oct 27, 2016
Contributor
@bors r+ |
bors
commented
Oct 27, 2016
Collaborator
📌 Commit 0d4071e has been approved by |
jseyfriedforce-pushed
the
refactor_crate_config
branch
2 times, most recently
from
October 27, 2016 11:01
9482ff7 to
faee2cdComparearielb1
commented
Oct 27, 2016
Contributor
@bors r- |
jseyfriedforce-pushed
the
refactor_crate_config
branch
5 times, most recently
from
October 28, 2016 05:27
895afce to
2619ffdComparejseyfried
commented
Oct 28, 2016
ContributorAuthor
@bors r=eddyb |
bors
commented
Oct 28, 2016
Collaborator
📌 Commit 2619ffd has been approved by |
bors
commented
Oct 29, 2016
Collaborator
☔ The latest upstream changes (presumably #37373) made this pull request unmergeable. Please resolve the merge conflicts. |
jseyfriedforce-pushed
the
refactor_crate_config
branch
from
October 29, 2016 07:53
2619ffd to
cbd2475Comparejseyfried
commented
Oct 29, 2016
ContributorAuthor
@bors r=eddyb |
bors
commented
Oct 29, 2016
Collaborator
📌 Commit cbd2475 has been approved by |
bors
commented
Oct 30, 2016
Collaborator
bors added a commit
that referenced
this pull request
Oct 30, 2016
Move `CrateConfig` from `Crate` to `ParseSess` This is a syntax-[breaking-change]. Most breakage can be fixed by removing a `CrateConfig` argument. r? @eddyb
bors
commented
Oct 30, 2016
Collaborator
This was referenced Oct 30, 2016
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto 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.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is a syntax-[breaking-change]. Most breakage can be fixed by removing a
CrateConfigargument.r? @eddyb