Skip to content

commands: print lint warnings after --call output - #4030

Open
locker95 wants to merge 1 commit into
docker:masterfrom
locker95:fix/call-warnings-after-output
Open

commands: print lint warnings after --call output#4030
locker95 wants to merge 1 commit into
docker:masterfrom
locker95:fix/call-warnings-after-output

Conversation

@locker95

Copy link
Copy Markdown

--call outline prints on stdout while vertex warnings were dumped from the progress printer's OnClose on stderr, so they could overlap the outline.

warnings still go to stderr, just after the call result.

Fixes #2973

--call outline writes to stdout while vertex warnings were dumped on
stderr from the progress printer's OnClose, which races with that
output. Keep warnings on stderr, but print them after the call result.

Fixes docker#2973

Signed-off-by: Dean Chen <862469039@qq.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Linting warnings sometimes clash with --call outline output

1 participant