浏览代码

Track in compiler meeting also T-types P-critical issues

apiraino 2 年之前
父节点
当前提交
b0a0e30346
共有 2 个文件被更改,包括 17 次插入2 次删除
  1. 9 0
      src/agenda.rs
  2. 8 2
      templates/prioritization_agenda.tt

+ 9 - 0
src/agenda.rs

@@ -361,6 +361,15 @@ pub fn prioritization<'a>() -> Box<dyn Action> {
                             exclude_labels: vec![],
                         }),
                     },
+                    QueryMap {
+                        name: "p_critical_t_types",
+                        kind: QueryKind::List,
+                        query: Arc::new(github::Query {
+                            filters: vec![("state", "open")],
+                            include_labels: vec!["T-types", "P-critical"],
+                            exclude_labels: vec![],
+                        }),
+                    },
                     QueryMap {
                         name: "p_critical_t_rustdoc",
                         kind: QueryKind::List,

+ 8 - 2
templates/prioritization_agenda.tt

@@ -14,12 +14,15 @@ tags: weekly, rustc
 - Reminder: if you see a PR/issue that seems like there might be legal implications due to copyright/IP/etc, please let the Core team know (or at least message @_**pnkfelix** or @_**Wesley Wiser** so we can pass it along).
 
 ### Other WG meetings ([calendar link](https://calendar.google.com/calendar/embed?src=6u5rrtce6lrtv07pfi3damgjus%40group.calendar.google.com))
+
 {{-meetings::render(meetings=meetings_tcompiler, empty="No meetings scheduled for next week")}}
 
 ## MCPs/FCPs
 
 - New MCPs (take a look, see if you like them!)
 {{-issues::render(issues=mcp_new_not_seconded, indent="  ", empty="No new proposals this time.")}}
+- Old MCPs (stale MCP might be closed as per [MCP procedure](https://forge.rust-lang.org/compiler/mcp.html#when-should-major-change-proposals-be-closed))
+  - None at this time
 - Old MCPs (not seconded, take a look)
 {{-issues::render(issues=mcp_old_not_seconded, indent="  ", with_age=true, empty="No old proposals this time.")}}
 - Pending FCP requests (check your boxes!)
@@ -80,10 +83,13 @@ tags: weekly, rustc
 ### P-critical
 
 [T-compiler](https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3AP-critical+label%3AT-compiler)
-{{-issues::render(issues=p_critical_t_compiler, empty="No `P-critical` issues for `T-compiler` this time.")}}
+{{-issues::render(issues=p_critical_t_compiler, empty="No `P-critical` issues for `T-compiler` at this time.")}}
+
+[T-types](https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3AP-critical+label%3AT-types)
+{{-issues::render(issues=p_critical_t_types, empty="No `P-critical` issues for `T-types` at this time.")}}
 
 [T-rustdoc](https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3AP-critical+label%3AT-rustdoc)
-{{-issues::render(issues=p_critical_t_rustdoc, empty="No `P-critical` issues for `T-rustdoc` this time.")}}
+{{-issues::render(issues=p_critical_t_rustdoc, empty="No `P-critical` issues for `T-rustdoc` at this time.")}}
 
 ### P-high regressions