Skip to content

Introduce an option for disabling deduplication of diagnostics#67709

Merged
bors merged 4 commits intorust-lang:masterfrom
petrochenkov:nodedup2
Jan 4, 2020
Merged

Introduce an option for disabling deduplication of diagnostics#67709
bors merged 4 commits intorust-lang:masterfrom
petrochenkov:nodedup2

Conversation

@petrochenkov
Copy link
Contributor

With the intent of using it in UI tests (#67122).

The option is boolean (-Z deduplicate-diagnostics=yes/no) and can be specified multiple times with later values overriding earlier values (-Z deduplicate-diagnostics=no -Z deduplicate-diagnostics=yes == -Z deduplicate-diagnostics=yes), so it can be set in a hierarchical way, e.g. UI testing infra may disable the deduplication by default with specific tests being able to enable it back.

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants