Skip to content

disable diagnostic deduplication #3351

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Mar 4, 2024

Conversation

RalfJung
Copy link
Member

@RalfJung RalfJung commented Mar 3, 2024

@oli-obk is there a better way to do this? Ideally we'd only set this when interpretation starts but the value in the compiler session seems to be immutable. I assume people will do cargo check before cargo miri so hopefully this won't lead to too much confusion.

Fixes #3350

@RalfJung
Copy link
Member Author

RalfJung commented Mar 3, 2024

Ah... some errors we do want to get deduplicated. Looks like we'll have to do our own deduplication for those.

@RalfJung
Copy link
Member Author

RalfJung commented Mar 4, 2024

@bors r+

@bors
Copy link
Contributor

bors commented Mar 4, 2024

📌 Commit 7044a3e has been approved by RalfJung

It is now in the queue for this repository.

@bors
Copy link
Contributor

bors commented Mar 4, 2024

⌛ Testing commit 7044a3e with merge be68e97...

bors added a commit that referenced this pull request Mar 4, 2024
…=RalfJung

disable diagnostic deduplication

`@oli-obk` is there a better way to do this? Ideally we'd only set this when interpretation starts but the value in the compiler session seems to be immutable. I assume people will do `cargo check` before `cargo miri` so hopefully this won't lead to too much confusion.

Fixes #3350
@bors
Copy link
Contributor

bors commented Mar 4, 2024

💔 Test failed - checks-actions

@RalfJung RalfJung force-pushed the diagnostic-dedup-considered-harmful branch from 7044a3e to bceb599 Compare March 4, 2024 08:34
@RalfJung
Copy link
Member Author

RalfJung commented Mar 4, 2024

@bors r+

@bors
Copy link
Contributor

bors commented Mar 4, 2024

📌 Commit bceb599 has been approved by RalfJung

It is now in the queue for this repository.

@bors
Copy link
Contributor

bors commented Mar 4, 2024

⌛ Testing commit bceb599 with merge 8000dab...

@bors
Copy link
Contributor

bors commented Mar 4, 2024

☀️ Test successful - checks-actions
Approved by: RalfJung
Pushing 8000dab to master...

@bors bors merged commit 8000dab into rust-lang:master Mar 4, 2024
@RalfJung RalfJung deleted the diagnostic-dedup-considered-harmful branch March 4, 2024 15:19
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.

Disable diagnostic duplication
2 participants