-
Notifications
You must be signed in to change notification settings - Fork 13.2k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Remove syntax and syntax_pos thread locals #48811
Conversation
☔ The latest upstream changes (presumably #46882) made this pull request unmergeable. Please resolve the merge conflicts. |
d201f5b
to
813469c
Compare
☔ The latest upstream changes (presumably #48549) made this pull request unmergeable. Please resolve the merge conflicts. |
📌 Commit 20c1f28 has been approved by |
2f80aea
to
eb10e3f
Compare
I removed the |
@bors r+ |
📌 Commit eb10e3f has been approved by |
🔒 Merge conflict |
@bors r=michaelwoerister |
📌 Commit cbdf4ec has been approved by |
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
☀️ Test successful - status-appveyor, status-travis |
This moves
syntax
andsyntax_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