Uh oh!
There was an error while loading. Please reload this page.
Remove syntax and syntax_pos thread locals - #48811
Merged
Merged
Conversation
bors
commented
Mar 8, 2018
Collaborator
☔ The latest upstream changes (presumably #46882) made this pull request unmergeable. Please resolve the merge conflicts. |
Zoxcforce-pushed
the
syntax-globals
branch
2 times, most recently
from
March 9, 2018 04:56
d201f5b to
813469cComparebors
commented
Mar 11, 2018
Collaborator
☔ The latest upstream changes (presumably #48549) made this pull request unmergeable. Please resolve the merge conflicts. |
michaelwoerister
commented
Mar 12, 2018
Member
bors
commented
Mar 12, 2018
Collaborator
📌 Commit 20c1f28 has been approved by |
Zoxcforce-pushed
the
syntax-globals
branch
3 times, most recently
from
March 12, 2018 20:15
2f80aea to
eb10e3fCompareZoxc
commented
Mar 13, 2018
ContributorAuthor
I removed the |
michaelwoerister
commented
Mar 13, 2018
Member
@bors r+ |
bors
commented
Mar 13, 2018
Collaborator
📌 Commit eb10e3f has been approved by |
bors
commented
Mar 14, 2018
Collaborator
🔒 Merge conflict |
Zoxc
commented
Mar 14, 2018
ContributorAuthor
@bors r=michaelwoerister |
bors
commented
Mar 14, 2018
Collaborator
📌 Commit cbdf4ec has been approved by |
bors
commented
Mar 14, 2018
Collaborator
bors added a commit
that referenced
this pull request
Mar 14, 2018
Remove syntax and syntax_pos thread locals This moves `syntax` and `syntax_pos` globals into a struct which are pointed to by thread locals. Most of the changes here are indentation changes in test. It would probably be a good idea to ignore whitespace changes while reviewing. Some indentation is unchanged to avoid merge conflicts. r? @michaelwoerister
bors
commented
Mar 14, 2018
Collaborator
☀️ Test successful - status-appveyor, status-travis |
This was referenced Mar 14, 2018
37 tasks
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 moves
syntaxandsyntax_posglobals into a struct which are pointed to by thread locals. Most of the changes here are indentation changes in test. It would probably be a good idea to ignore whitespace changes while reviewing. Some indentation is unchanged to avoid merge conflicts.r? @michaelwoerister