Uh oh!
There was an error while loading. Please reload this page.
Upgrade Chalk to 0.21 - #75173
Conversation
bors
commented
Aug 8, 2020
☔ The latest upstream changes (presumably #75276) made this pull request unmergeable. Please resolve the merge conflicts. |
jackh726
commented
Aug 13, 2020
@nikomatsakis gentle ping on this. I'll rebase after review, since there might be comments anyways. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Is this comment still relevant?
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Can be moved to the wildcard match, I think? Same with visit_region
There was a problem hiding this comment.
Mmm no, because this returns bool
There was a problem hiding this comment.
It's unused yes, but it's here as a reminder to use it eventually. I left a FIXME comment.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
bors
commented
Aug 18, 2020
☔ The latest upstream changes (presumably #75120) made this pull request unmergeable. Please resolve the merge conflicts. |
jackh726
commented
Sep 2, 2020
Rebased. |
nikomatsakis
commented
Sep 3, 2020
@bors r+ |
bors
commented
Sep 3, 2020
📌 Commit 7052197d73247b40c9b1413f276ba792d9aeafd3 has been approved by |
bors
commented
Sep 4, 2020
⌛ Testing commit 7052197d73247b40c9b1413f276ba792d9aeafd3 with merge 46195f03f1857ace1cbbe9bc877364b430a0c10b... |
bors
commented
Sep 4, 2020
💔 Test failed - checks-actions |
jackh726
commented
Sep 4, 2020
Needs a rebase. Kind of expected this seeing the bors queue this morning. Let me do that. |
nikomatsakis
commented
Sep 4, 2020
@bors delegate+ r+ |
bors
commented
Sep 4, 2020
✌️ @jackh726 can now approve this pull request |
bors
commented
Sep 4, 2020
📌 Commit fafdfaf has been approved by |
Upgrade Chalk to 0.21 Two commits here. First commit actually does the upgrade. Second commit has some changes to make more tests in compare-mode=chalk pass. The `PlaceholdersCollector` and `RegionsSubstitutor` bits are bit a hacky, but only insomuch as `ParamsSubstitutor` is. These won't be needed eventually. r? @nikomatsakis
Dylan-DPC-zz
commented
Sep 4, 2020
jackh726
commented
Sep 4, 2020
Welp another rebase needed. |
jackh726
commented
Sep 5, 2020
@bors r=nikomatsakis |
bors
commented
Sep 5, 2020
📌 Commit 0aa2153 has been approved by |
bors
commented
Sep 5, 2020
bors
commented
Sep 5, 2020
☀️ Test successful - checks-actions, checks-azure |
Two commits here. First commit actually does the upgrade. Second commit has some changes to make more tests in compare-mode=chalk pass.
The
PlaceholdersCollectorandRegionsSubstitutorbits are bit a hacky, but only insomuch asParamsSubstitutoris. These won't be needed eventually.r? @nikomatsakis