-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Automatically prioritize unsoundness issues #73181
Conversation
👍, but the only problem I see is that we won't be prioritizing regressions that require nightly. I think we just wanted I-sound that do not require nightly. |
I don’t think regressions that require nightly makes sense? The regressions we prioritize are stable-to-X regressions, where the require-nightly issues never reached stable. |
Looking through the issues, there has ever ben only 2 issues that were both require-nightly and regression issues. Also, I think it’s acceptable to skip those issues in the automatic prioritization request, since they only affect nightly features. If the bug really is important, then it can be manually requested for prioritization just like regular issues by e.g. triage folks. Therefore, I propose that we merge this to begin prioritizing soundness issues ASAP, and discuss on Zulip whether automatically prioritizing require-nightly issues should be done. If it should, then we’ll have to implement finer-grained control in Triagebot. @spastorino Does that seem good to you? |
@bors r+ rollup=always |
📌 Commit c9f2cbf has been approved by |
🌲 The tree is currently closed for pull requests below priority 1000, this pull request will be tested once the tree is reopened |
Automatically prioritize unsoundness issues r? @spastorino cc @Mark-Simulacrum @rust-lang/wg-prioritization
Rollup of 11 pull requests Successful merges: - rust-lang#72380 (Fix `is_const_context`, update `check_for_cast`) - rust-lang#72941 (Ensure stack when building MIR for matches) - rust-lang#72976 (Clean up E0642 explanation) - rust-lang#73080 (doc/rustdoc: Fix incorrect external_doc feature flag) - rust-lang#73155 (save_analysis: better handle paths and functions signature) - rust-lang#73164 (Add new E0762 error code) - rust-lang#73172 (Fix more clippy warnings) - rust-lang#73181 (Automatically prioritize unsoundness issues) - rust-lang#73183 (Support proc macros in intra doc link resolution) - rust-lang#73208 (Fix doctest template) - rust-lang#73219 (x.py: with --json-output, forward cargo's JSON) Failed merges: r? @ghost
r? @spastorino cc @Mark-Simulacrum @rust-lang/wg-prioritization