Uh oh!
There was an error while loading. Please reload this page.
Deduplicate mismatched delimiter errors - #57944
Conversation
rust-highfive
commented
Jan 28, 2019
(rust_highfive has picked a reviewer for you, use r? to override) |
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.
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.
Uh oh!
There was an error while loading. Please reload this page.
This comment has been minimized.
This comment has been minimized.
d31c1e1 to
0880f43Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
b26d032 to
40ad7c3Compare
This comment has been minimized.
This comment has been minimized.
40ad7c3 to
8fbc738Compareestebank
commented
Feb 5, 2019
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Delay unmatched delimiter errors until after the parser has run to deduplicate them when parsing and attempt recovering intelligently.
f8926b2 to
6e62129Compareestebank
commented
Feb 7, 2019
CC @davidtwco@zackmdavis@euclio@oli-obk who might have comments on the approach/idea/result. |
Uh oh!
There was an error while loading. Please reload this page.
oli-obk
commented
Feb 7, 2019
@bors try |
bors
commented
Feb 7, 2019
oli-obk
commented
Feb 7, 2019
@rust-timer build dbcc2e8 the last PR was a big perf hit, so let's check this before we merge |
rust-timer
commented
Feb 7, 2019
Success: Queued dbcc2e8 with parent ad43389, comparison URL. |
rust-timer
commented
Feb 7, 2019
Finished benchmarking try commit dbcc2e8 |
estebank
commented
Feb 7, 2019
@bors r=oli-obk as per our in person conversation. |
bors
commented
Feb 7, 2019
📌 Commit c54b230 has been approved by |
bors
commented
Feb 8, 2019
bors
commented
Feb 8, 2019
💔 Test failed - checks-travis |
This comment has been minimized.
This comment has been minimized.
estebank
commented
Feb 8, 2019
@bors r=oli-obk |
bors
commented
Feb 8, 2019
📌 Commit fb3c4fb has been approved by |
bors
commented
Feb 9, 2019
bors
commented
Feb 9, 2019
☀️ Test successful - checks-travis, status-appveyor |
Delay unmatched delimiter errors until after the parser has run to deduplicate them when parsing and attempt recovering intelligently.
Second attempt at #54029, follow up to #53949. Fix#31528.