prioritization_agenda.tt 8.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143
  1. {% import "_issues.tt" as issues %}
  2. {% import "_meetings.tt" as meetings %}
  3. ---
  4. tags: weekly, rustc
  5. type: docs
  6. note_id: xxx
  7. ---
  8. # T-compiler Meeting Agenda YYYY-MM-DD
  9. ## Announcements
  10. - (TIP) add here non-recurrent scheduled meetings, [check the schedule calendar](https://calendar.google.com/calendar/htmlembed?src=6u5rrtce6lrtv07pfi3damgjus%40group.calendar.google.com)
  11. - (TIP) mention upcoming Rust stable releases, [check the release calendar](https://calendar.google.com/calendar/htmlembed?src=l1b1gkqvfbgunjs18nemq4c580%40group.calendar.google.com)
  12. - Reminder: if you see a PR/issue that seems like there might be legal implications due to copyright/IP/etc, please let us know (or at least message @_**davidtwco** or @_**Wesley Wiser** so we can pass it along).
  13. ### Other WG meetings ([calendar link](https://calendar.google.com/calendar/embed?src=6u5rrtce6lrtv07pfi3damgjus%40group.calendar.google.com))
  14. {{-meetings::render(meetings=meetings_tcompiler, empty="No meetings scheduled for next week")}}
  15. ## MCPs/FCPs
  16. - New MCPs (take a look, see if you like them!)
  17. {{-issues::render(issues=mcp_new_not_seconded, indent=" ", empty="No new proposals this time.")}}
  18. - 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))
  19. - None at this time
  20. - Old MCPs (not seconded, take a look)
  21. {{-issues::render(issues=mcp_old_not_seconded, indent=" ", with_age=true, empty="No old proposals this time.")}}
  22. - Pending FCP requests (check your boxes!)
  23. {{-issues::render(issues=in_pre_fcp, indent=" ", empty="No pending FCP requests this time.")}}
  24. - Things in FCP (make sure you're good with it)
  25. {{-issues::render(issues=in_fcp, indent=" ", empty="No FCP requests this time.")}}
  26. - Accepted MCPs
  27. {{-issues::render(issues=mcp_accepted, indent=" ", empty="No new accepted proposals this time.")}}
  28. - Finalized FCPs (disposition merge)
  29. {{-issues::render(issues=fcp_finished, indent=" ", empty="No new finished FCP (disposition merge) this time.")}}
  30. ### WG checkins
  31. (TIP) pick from [here](https://rust-lang.github.io/compiler-team/about/triage-meeting/#working-group-check-in)
  32. @*WG-X* checkin by @**person1** ([previous checkin](https://hackmd.io/team/rust-compiler-team?nav=overview)):
  33. > Checkin text
  34. @*WG-Y* checkin by @**person2** ([previous checkin](https://hackmd.io/team/rust-compiler-team?nav=overview)):
  35. > Checkin text
  36. ## Backport nominations
  37. [T-compiler beta](https://github.com/rust-lang/rust/issues?q=is%3Aall+label%3Abeta-nominated+-label%3Abeta-accepted+label%3AT-compiler) / [T-compiler stable](https://github.com/rust-lang/rust/issues?q=is%3Aall+label%3Astable-nominated+-label%3Astable-accepted+label%3AT-compiler)
  38. {{-issues::render(issues=beta_nominated_t_compiler, branch=":beta:", empty="No beta nominations for `T-compiler` this time.")}}
  39. <!--
  40. /poll Approve beta backport of #12345?
  41. approve
  42. decline
  43. don't know
  44. -->
  45. {{-issues::render(issues=stable_nominated_t_compiler, branch=":stable:", empty="No stable nominations for `T-compiler` this time.")}}
  46. <!--
  47. /poll Approve stable backport of #12345?
  48. approve
  49. approve but does not justify new dot release
  50. decline
  51. don't know
  52. -->
  53. [T-types stable](https://github.com/rust-lang/rust/issues?q=is%3Aall+label%3Abeta-nominated+-label%3Abeta-accepted+label%3AT-types) / [T-types beta](https://github.com/rust-lang/rust/issues?q=is%3Aall+label%3Astable-nominated+-label%3Astable-accepted+label%3AT-types)
  54. {{-issues::render(issues=beta_nominated_t_types, branch=":beta:", empty="No beta nominations for `T-types` this time.")}}
  55. <!--
  56. /poll Approve beta backport of #12345?
  57. approve
  58. decline
  59. don't know
  60. -->
  61. {{-issues::render(issues=stable_nominated_t_types, branch=":stable:", empty="No stable nominations for `T-types` this time.")}}
  62. <!--
  63. /poll Approve stable backport of #12345?
  64. approve
  65. approve but does not justify new dot release
  66. decline
  67. don't know
  68. -->
  69. ## PRs S-waiting-on-team
  70. [T-compiler](https://github.com/rust-lang/rust/pulls?q=is%3Aopen+label%3AS-waiting-on-team+label%3AT-compiler)
  71. {{-issues::render(issues=prs_waiting_on_team_t_compiler, empty="No PRs waiting on `T-compiler` this time.")}}
  72. - Other issues [in progress or waiting on other teams](https://hackmd.io/XYr1BrOWSiqCrl8RCWXRaQ)
  73. ## Issues of Note
  74. ### Short Summary
  75. - [{{issues_of_note_p_critical}} T-compiler P-critical issues](https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3AT-compiler+label%3AP-critical)
  76. - [{{issues_of_note_unassigned_p_critical}} of those are unassigned](https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3AT-compiler+label%3AP-critical+no%3Aassignee)
  77. - [{{issues_of_note_p_high}} T-compiler P-high issues](https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3AT-compiler+label%3AP-high)
  78. - [{{issues_of_note_unassigned_p_high}} of those are unassigned](https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3AT-compiler+label%3AP-high+no%3Aassignee)
  79. - [{{issues_of_note_regression_from_stable_to_beta_p_critical}} P-critical, {{issues_of_note_regression_from_stable_to_beta_p_high}} P-high, {{issues_of_note_regression_from_stable_to_beta_p_medium}} P-medium, {{issues_of_note_regression_from_stable_to_beta_p_low}} P-low regression-from-stable-to-beta](https://github.com/rust-lang/rust/labels/regression-from-stable-to-beta)
  80. - [{{issues_of_note_regression_from_stable_to_nightly_p_critical}} P-critical, {{issues_of_note_regression_from_stable_to_nightly_p_high}} P-high, {{issues_of_note_regression_from_stable_to_nightly_p_medium}} P-medium, {{issues_of_note_regression_from_stable_to_nightly_p_low}} P-low regression-from-stable-to-nightly](https://github.com/rust-lang/rust/labels/regression-from-stable-to-nightly)
  81. - [{{issues_of_note_regression_from_stable_to_stable_p_critical}} P-critical, {{issues_of_note_regression_from_stable_to_stable_p_high}} P-high, {{issues_of_note_regression_from_stable_to_stable_p_medium}} P-medium, {{issues_of_note_regression_from_stable_to_stable_p_low}} P-low regression-from-stable-to-stable](https://github.com/rust-lang/rust/labels/regression-from-stable-to-stable)
  82. ### P-critical
  83. [T-compiler](https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3AP-critical+label%3AT-compiler)
  84. {{-issues::render(issues=p_critical_t_compiler, empty="No `P-critical` issues for `T-compiler` this time.")}}
  85. [T-types](https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3AP-critical+label%3AT-types)
  86. {{-issues::render(issues=p_critical_t_types, empty="No `P-critical` issues for `T-types` this time.")}}
  87. ### P-high regressions
  88. [P-high beta regressions](https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3Aregression-from-stable-to-beta+label%3AP-high+-label%3AT-infra+-label%3AT-libs+-label%3AT-libs-api+-label%3AT-release+-label%3AT-rustdoc+-label%3AT-core)
  89. {{-issues::render(issues=beta_regressions_p_high, empty="No `P-high` beta regressions this time.")}}
  90. [Unassigned P-high nightly regressions](https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3Aregression-from-stable-to-nightly+label%3AP-high+no%3Aassignee+-label%3AT-infra+-label%3AT-libs+-label%3AT-libs-api+-label%3AT-release+-label%3AT-rustdoc+-label%3AT-core+)
  91. {{-issues::render(issues=nightly_regressions_unassigned_p_high, empty="No unassigned `P-high` nightly regressions this time.")}}
  92. ## Performance logs
  93. > [triage logs](https://github.com/rust-lang/rustc-perf/tree/master/triage#triage-logs)
  94. ## Nominated Issues
  95. [T-compiler](https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3AI-compiler-nominated)
  96. {{-issues::render(issues=nominated_t_compiler, empty="No I-compiler-nominated issues this time.")}}
  97. [RFC](https://github.com/rust-lang/rfcs/issues?q=is%3Aopen+label%3AI-compiler-nominated)
  98. {{-issues::render(issues=nominated_rfcs_t_compiler, empty="No I-compiler-nominated RFCs this time.")}}
  99. ### Oldest PRs waiting for review
  100. (TIP) Curate this list before the meeting
  101. [T-compiler](https://github.com/rust-lang/rust/pulls?q=is%3Apr+is%3Aopen+sort%3Aupdated-asc+label%3AS-等待审查+draft%3Afalse+label%3AT-compiler)
  102. {{-issues::render(issues=top_unreviewed_prs, with_age=true, empty="No unreviewed PRs on `T-compiler` this time.")}}
  103. ## Next week's WG checkins
  104. - @*WG-X* checkin by @**person1**
  105. - @*WG-X* checkin by @**person2**
  106. Next meetings' agenda draft: [hackmd link](#)