-
Notifications
You must be signed in to change notification settings - Fork 10.5k
[Batch Mode] Merge pull request #18489 from davidungar/rdar-42314665-fix-batch-mode-diag-trunctation #19096
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
[Batch Mode] Merge pull request #18489 from davidungar/rdar-42314665-fix-batch-mode-diag-trunctation #19096
Conversation
…e-truncation-bug [Batch Mode] Rdar 42314665 fix batch mode truncation bug
@swift-ci please test |
@swift-ci please nominate |
@AnnaZaks & @jrose-apple : I am cherry-picking this as we decided. |
Ah, the 5.0 branch doesn't need nomination yet. |
Thanks, @jrose-apple . I'll merge as soon as it passes the tests, then. |
Build failed |
@swift-ci please test linux platform |
Build failed |
@swift-ci please test linux platform |
Build failed |
@swift-ci Please clean test Linux |
Build failed |
@shahmishal Uh oh, does corelibs-foundation not have a 5.0 branch? |
@jrose-apple No, it does not have a swift-5.0-branch yet. Is this change already on master because we build with the master branch for swift-corelibs-* |
The failure isn't related to David's change; it's a change Doug made a week or so ago. We just don't have any public 5.0 bots to catch it, I guess… |
Maybe 5.0 branch cherry-picks shouldn't require Linux testing yet? |
I will drop the Linux requirement for now, until we re-branch swift-5.0-branch. |
Thank a lot, @jrose-apple and @shahmishal ! |
Explanation: Fixes batch mode bug where all diagnostic outputs could be truncated, leaving the user with no diagnostics.
Scope of issue: User gets no diagnostics when all errors are present in non-primaries.
Origination: Initial implementation of batch mode.
Risk: Should be minimal, but I could be wrong.
Reviewed by: Jordan Rose
Testing: Normal regression tests.
Radar: rdar://43033749, clone of rdar://42314665.
rdar://43033749