Warning-to-error promotion process is doubled
Open
Priority:2
triaged
- Dominant language
- C#
- Stars
- 5.5k
- Forks
- 1.5k
- Avg merge
- 1d 8h
- Merged PRs (30d)
- 141
Description
The current warnings-as-errors and warnings-not-as-errors process is applied multiple times in multiproc builds:
* in the warning-logging process, to create the events to be sent to the main node, and
* In the main logging node's `LoggingService`.
That's wasteful and can lead to confusing re-promotion behavior bugs like #10874.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.