Uh oh!
There was an error while loading. Please reload this page.
Remove io::Result from syntax::print - #62099
Conversation
rust-highfive
commented
Jun 24, 2019
r? @eddyb (rust_highfive has picked a reviewer for you, use r? to override) |
Mark-Simulacrum
commented
Jun 24, 2019
@bors try for perf |
bors
commented
Jun 24, 2019
⌛ Trying commit 08c6ef101f8fb552f80f1644056176f72cd0593c with merge 7ab25a8e9285302ebc2e6bb5bb02fa0d191d424d... |
rust-highfive
commented
Jun 24, 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 |
08c6ef1 to
32e5de9Comparerust-highfive
commented
Jun 24, 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 |
Mark-Simulacrum
commented
Jun 24, 2019
@bors retry |
rust-highfive
commented
Jun 24, 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 |
32e5de9 to
0e9958eCompareMark-Simulacrum
commented
Jun 24, 2019
@bors try |
bors
commented
Jun 24, 2019
⌛ Trying commit 0e9958e7a2914b634a6ebf1fc8342bab2f8e2755 with merge c81fc323f8dab75a771421438e9aeddd8be1b476... |
bors
commented
Jun 25, 2019
☀️ Try build successful - checks-travis |
Mark-Simulacrum
commented
Jun 25, 2019
@rust-timer build c81fc323f8dab75a771421438e9aeddd8be1b476 |
rust-timer
commented
Jun 25, 2019
Success: Queued c81fc323f8dab75a771421438e9aeddd8be1b476 with parent 7e08576, comparison URL. |
rust-timer
commented
Jun 25, 2019
Finished benchmarking try commit c81fc323f8dab75a771421438e9aeddd8be1b476, comparison URL. |
eddyb
commented
Jun 25, 2019
If possible, I'd prefer if |
petrochenkov
commented
Jun 25, 2019
Why was |
petrochenkov
commented
Jun 25, 2019
Should we close #62098 and merge this instead? |
Mark-Simulacrum
commented
Jun 25, 2019
This is only split off because of the large diff in the last commit; we can merge just it or separately, doesn't matter to me. I only chose Vec because it was what we were already passing in, I'll work on replacing it with String. Should be very simple. |
0e9958e to
ada9cc0CompareMark-Simulacrum
commented
Jun 25, 2019
I've gone ahead and closed #62098; this is updated with the code using |
rust-highfive
commented
Jun 25, 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 |
ada9cc0 to
d2b3117Comparerust-highfive
commented
Jun 25, 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 |
Since we're now writing directly to the vector, there's no need to thread results through the whole printing infrastructure
15d6d19 to
d26c4b7Compareeddyb
commented
Jul 1, 2019
@bors r+ |
bors
commented
Jul 1, 2019
📌 Commit d26c4b7 has been approved by |
Centril
commented
Jul 1, 2019
@bors rollup=never |
…2, r=eddyb Remove io::Result from syntax::print Since we're now writing directly to the vector, there's no need to thread results through the whole printing infrastructure
bors
commented
Jul 5, 2019
Remove io::Result from syntax::print Since we're now writing directly to the vector, there's no need to thread results through the whole printing infrastructure
bors
commented
Jul 5, 2019
☀️ Test successful - checks-azure, checks-travis, status-appveyor |
rust-highfive
commented
Jul 5, 2019
Tested on commit rust-lang/rust@f119bf2. Direct link to PR: <rust-lang/rust#62099> 💔 rls on linux: test-pass → test-fail (cc @Xanewok, @rust-lang/infra).
Since we're now writing directly to the vector, there's no need to
thread results through the whole printing infrastructure