Skip to content

Conversation

simp4t7
Copy link
Contributor

@simp4t7 simp4t7 commented Oct 23, 2025

Adds a struct TidyFlags and merges it with DiagCtx into TidyCtx. Removes the need to pass bless into individual check functions in tidy.

@rustbot
Copy link
Collaborator

rustbot commented Oct 23, 2025

The list of allowed third-party dependencies may have been modified! You must ensure that any new dependencies have compatible licenses before merging.

cc @davidtwco, @wesleywiser

tidy extra checks were modified.

cc @lolbinarycat

@rustbot rustbot added A-tidy Area: The tidy tool S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap) labels Oct 23, 2025
@rustbot
Copy link
Collaborator

rustbot commented Oct 23, 2025

r? @jieyouxu

rustbot has assigned @jieyouxu.
They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.

Use r? to explicitly pick a reviewer

@simp4t7
Copy link
Contributor Author

simp4t7 commented Oct 23, 2025

r? @Kobzol

@rustbot rustbot assigned Kobzol and unassigned jieyouxu Oct 23, 2025
Copy link
Member

@Kobzol Kobzol left a comment

Choose a reason for hiding this comment

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

Thanks, this is a nice cleanup. Left one nit.

View changes since this review

reorder impl block

changed is_bless to is_bless_enabled
@Kobzol
Copy link
Member

Kobzol commented Oct 23, 2025

Thank you!

@bors r+ rollup

@bors
Copy link
Collaborator

bors commented Oct 23, 2025

📌 Commit dbeb7fa has been approved by Kobzol

It is now in the queue for this repository.

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Oct 23, 2025
Zalathar added a commit to Zalathar/rust that referenced this pull request Oct 23, 2025
Add TidyFlags and merge DiagCtx

Adds a struct `TidyFlags` and merges it with `DiagCtx` into `TidyCtx`. Removes the need to pass `bless` into individual check functions in tidy.
bors added a commit that referenced this pull request Oct 23, 2025
Rollup of 2 pull requests

Successful merges:

 - #140463 (Document MaybeUninit bit validity)
 - #148017 (Add TidyFlags and merge DiagCtx)

r? `@ghost`
`@rustbot` modify labels: rollup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-tidy Area: The tidy tool S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants