Uh oh!
There was an error while loading. Please reload this page.
Don't truncate compiler output in compiletest - #53422
Conversation
rust-highfive
commented
Aug 16, 2018
(rust_highfive has picked a reviewer for you, use r? to override) |
alexcrichton
commented
Aug 20, 2018
Perhaps enable P.S. Why would the JSON output exceed 416 KB? Could we redact the error explanation? |
ashtneoi
commented
Aug 20, 2018
Aha, I knew I was missing something.
That sounds like a much better idea. Maybe we could add a new |
alexcrichton
commented
Aug 20, 2018
It's probably best to avoid changing the compiler here, ideally we'd just use the abbreviated reading for that one test I believe. |
emilyalbini
commented
Aug 27, 2018
Ping from triage! What's the status of this PR? |
ashtneoi
commented
Aug 27, 2018
I think we're waiting on me now, but I didn't have much time last week to work on it (sorry). |
ashtneoi
commented
Sep 3, 2018
I'm not sure when I'll get time to finish this so I'm going to close it for now. If someone else wants to work on it, they're welcome to. |
Fixes issue #53332. Should I write a test for this, or is it sufficiently regression-proof?