Skip to content

[Diagnostics] Apply warnings as errors to preconcurrency diagnostics#90109

Open
a-viv-a wants to merge 1 commit into
swiftlang:mainfrom
a-viv-a:downgraded-diagnostics-participate-in-werror
Open

[Diagnostics] Apply warnings as errors to preconcurrency diagnostics#90109
a-viv-a wants to merge 1 commit into
swiftlang:mainfrom
a-viv-a:downgraded-diagnostics-participate-in-werror

Conversation

@a-viv-a

@a-viv-a a-viv-a commented Jun 22, 2026

Copy link
Copy Markdown
Contributor

This commit stops filtering out diagnostics that are defined to be errors from the WAE handling. That check was wrong when a diagnostic that is normally an error had been downgraded but not wrapped, like in the case of preconcurrency.

Resolves rdar://175566663

This commit stops filtering out diagnostics that are defined to be
errors from the WAE handling. That check was wrong when a diagnostic
that is normally an error had been downgraded but not wrapped, like in
the case of preconcurrency.

Resolves rdar://175566663
@a-viv-a

a-viv-a commented Jun 22, 2026

Copy link
Copy Markdown
Contributor Author

@swift-ci Please test

@artemcm artemcm left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes sense, thank you.

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.

2 participants