Uh oh!
There was an error while loading. Please reload this page.
Remove unnecessary dummy span checks - #56221
Conversation
rust-highfive
commented
Nov 25, 2018
r? @varkor (rust_highfive has picked a reviewer for you, use r? to override) |
estebank
commented
Nov 25, 2018
CC #55669 |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
TimNN
commented
Dec 4, 2018
varkor
commented
Dec 5, 2018
Sorry, I was putting off looking at this because I saw it was marked as "WIP". Is this ready to review now? |
estebank
commented
Dec 5, 2018
I'll come back to this soon. I need to add some code to special case the emitter so the |
stokhos
commented
Jan 14, 2019
Ping from triage @estebank Have you been able to make any progress on this |
The emitter already verifies wether a given span note or span label can be emitted to the output. If it can't, because it is a dummy span, it will be either elided for labels or emitted as an unspanned note/help when applicable.
0323d7c to
c4b8df5Compareestebank
commented
Jan 20, 2019
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.
estebank
commented
Jan 21, 2019
@bors r=varkor |
bors
commented
Jan 21, 2019
📌 Commit f077990 has been approved by |
bors
commented
Jan 22, 2019
⌛ Testing commit f077990 with merge 72754e875b5e5ce1b16709e3621b5547432dc5ab... |
bors
commented
Jan 22, 2019
💔 Test failed - checks-travis |
rust-highfive
commented
Jan 22, 2019
The job Click to expand the log.I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
varkor
commented
Jan 22, 2019
@bors retry |
bors
commented
Jan 22, 2019
Remove unnecessary dummy span checks The emitter already verifies wether a given span note or span label can be emitted to the output. If it can't, because it is a dummy span, it will be either elided for labels or emitted as an unspanned note/help when applicable.
bors
commented
Jan 22, 2019
☀️ Test successful - checks-travis, status-appveyor |
The emitter already verifies wether a given span note or span label
can be emitted to the output. If it can't, because it is a dummy
span, it will be either elided for labels or emitted as an unspanned
note/help when applicable.