-
Notifications
You must be signed in to change notification settings - Fork 201
Minor compiler operations chapter adjustments #913
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
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
left some nits
|
||
## Useful tips | ||
|
||
You can utilize the [GitHub Issues Dashboard](https://github.com/issues/) to create custom filters. The filters allow you to aggregate both issues and PRs from *multiple* repositories, and allows applying [advanced filters][adv-filters]. See <https://github.blog/changelog/2025-04-02-github-issues-dashboard-updates/>. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is cool (and by the way I should start using it as well) but for clarity I would link a real example. I clicked https://github.com/issues and got 42.881.679, all issues on GitHub 😆
Maybe this example could be more relevant to us: all open issues on r-l/rust and r-l/cargo? Or something else
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let me actually fill this in with some filters I use.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Filter | Description |
---|---|
repo:rust-lang/rust label:P-critical is:open |
Open P-critical issues |
repo:rust-lang/rust label:T-compiler label:P-high is:open |
Open P-high T-compiler issues |
repo:rust-lang/rust label:needs-triage -label:relnotes |
Untriaged issues |
repo:rust-lang/rust label:regression-untriaged |
Untriaged regressions |
repo:rust-lang/rust label:proposed-final-comment-period |
Issues/PRs with on-going FCP |
repo:rust-lang/rust label:proposed-final-comment-period label:T-compiler |
Issues/PRs with on-going T-compiler FCP |
repo:rust-lang/rust label:I-prioritize |
Unprioritized issues |
repo:rust-lang/rust label:needs-triage label:relnotes-tracking-issue |
Untriaged/unedited relnotes issues |
repo:rust-lang/rfcs label:T-compiler is:pr is:open |
RFCs concerning T-compiler |
repo:rust-lang/rfcs label:T-compiler label:proposed-final-comment-period |
RFCs concerning T-compiler with on-going FCP |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yay thank you!! 🙏
687f568
to
5797408
Compare
Some wording clarifications, and a tip about the Github Issues Dashboard and advanced filters.
r? @apiraino
Rendered