From eb71fad23d93c223a9bb5be289a3a393efa32907 Mon Sep 17 00:00:00 2001 From: apiraino Date: Thu, 18 Apr 2024 17:19:18 +0200 Subject: [PATCH] Update status for some WGs These status updates were discussed with the current leads. --- content/working-groups/polymorphization/_index.md | 6 +++--- content/working-groups/self-profile/_index.md | 8 +++++--- content/working-groups/traits/_index.md | 4 ++-- 3 files changed, 10 insertions(+), 8 deletions(-) diff --git a/content/working-groups/polymorphization/_index.md b/content/working-groups/polymorphization/_index.md index f2944410..7ed06375 100644 --- a/content/working-groups/polymorphization/_index.md +++ b/content/working-groups/polymorphization/_index.md @@ -3,15 +3,15 @@ title: Polymorphization Working Group type: docs --- # Polymorphization Working Group -![working group status: active][status] +![working group status: paused][status] + +[status]: https://img.shields.io/badge/status-paused-yellow.svg?style=for-the-badge This working group aims to implement an analysis to detect when functions could remain polymorphic during code generation. - **Team:** [wg-polymorphization on rust-lang/team][team] -[status]: https://img.shields.io/badge/status-active-brightgreen.svg?style=for-the-badge - ## What is the goal of this working group? This working group aims to accomplish the following: diff --git a/content/working-groups/self-profile/_index.md b/content/working-groups/self-profile/_index.md index 41301d19..300deb01 100644 --- a/content/working-groups/self-profile/_index.md +++ b/content/working-groups/self-profile/_index.md @@ -3,7 +3,9 @@ title: Self-Profile Working Group type: docs --- # Self-Profile Working Group -![working group status: active][status] +![working group status: retired][status] + +[status]: https://img.shields.io/badge/status-retired-cacaca.svg?style=for-the-badge This working group aims to improve the `-Z self-profile` `rustc` option which can aid in profiling the compiler during compilation. @@ -20,7 +22,7 @@ This working group aims to accomplish the following: - Implement additional tools to explore, visualize and understand the data contained in the output file. ## What is the current status? -The working group is working on creating a "minimum viable product" of the self-profiling feature. +The working group is working on creating a "minimum viable product" of the self-profiling feature. Progress is tracked in https://github.com/rust-lang/rust/issues/58967. ## How can I get involved? @@ -40,4 +42,4 @@ The Self-Profile WG doesn't currently have recurring, scheduled meetings. However, anyone is welcome to attend any WG meetings. [michaelwoerister]: https://github.com/michaelwoerister -[wesleywiser]: https://github.com/wesleywiser \ No newline at end of file +[wesleywiser]: https://github.com/wesleywiser diff --git a/content/working-groups/traits/_index.md b/content/working-groups/traits/_index.md index 307bb892..0b758501 100644 --- a/content/working-groups/traits/_index.md +++ b/content/working-groups/traits/_index.md @@ -3,9 +3,9 @@ title: Traits Working Group type: docs --- # Traits Working Group -![working group status: active][status] +![working group status: paused][status] -[status]: https://img.shields.io/badge/status-active-green.svg?style=for-the-badge +[status]: https://img.shields.io/badge/status-paused-yellow.svg?style=for-the-badge - **Team:** [wg-traits on rust-lang/team](https://github.com/rust-lang/team/blob/master/teams/wg-traits.toml)