Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@jdroot
Copy link
Contributor

@jdroot jdroot commented Aug 4, 2025

The problem on OSX is warnings from the linker showing up as "build-output" actions but without a corresponding "build-fail". There is no "build-success" or any such similar build action, so these warnings will always dangle. It is worth mentioning, there is no indication that the "build-output" actions are limited to warnings. Doing some testing across multiple projects I only saw warning messages, but that certainly is not a comprehensive search. We could do a search of the Output string to see if "warning" appears there, but that seems brittle to me.

Given the above, I have updated the code to filter "build-output" messages by package when those messages appear in isolation. If there are other unconsumed events, we do not hide them.

Co-authored-by: Sankalp Khare <[email protected]>
@cnmcavoy cnmcavoy merged commit 69f535a into master Aug 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants