-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Don't truncate compiler output in compiletest #53422
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
(rust_highfive has picked a reviewer for you, use r? to override) |
Perhaps enable P.S. Why would the JSON output exceed 416 KB? Could we redact the error explanation? |
Aha, I knew I was missing something.
That sounds like a much better idea. Maybe we could add a new |
It's probably best to avoid changing the compiler here, ideally we'd just use the abbreviated reading for that one test I believe. |
Ping from triage! What's the status of this PR? |
I think we're waiting on me now, but I didn't have much time last week to work on it (sorry). |
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?