From ce666d012116404ae2e993faeed170f16047fedd Mon Sep 17 00:00:00 2001 From: Michael Woerister Date: Tue, 1 Oct 2024 10:22:13 +0200 Subject: [PATCH] Move mw to alumni status --- teams/{ => archive}/wg-pgo.toml | 6 +++--- teams/compiler.toml | 2 +- teams/wg-async.toml | 2 +- teams/wg-compiler-performance.toml | 2 +- teams/wg-debugging.toml | 2 +- teams/wg-incr-comp.toml | 4 ++-- teams/wg-self-profile.toml | 6 +++--- 7 files changed, 12 insertions(+), 12 deletions(-) rename teams/{ => archive}/wg-pgo.toml (79%) diff --git a/teams/wg-pgo.toml b/teams/archive/wg-pgo.toml similarity index 79% rename from teams/wg-pgo.toml rename to teams/archive/wg-pgo.toml index fb9046fde..3111dc038 100644 --- a/teams/wg-pgo.toml +++ b/teams/archive/wg-pgo.toml @@ -3,9 +3,9 @@ subteam-of = "compiler" kind = "working-group" [people] -leads = ["michaelwoerister"] -members = ["michaelwoerister"] -alumni = [] +leads = [] +members = [] +alumni = ["michaelwoerister"] [website] name = "Profile-guided optimization working group" diff --git a/teams/compiler.toml b/teams/compiler.toml index 40703f8f6..9eb80ea1d 100644 --- a/teams/compiler.toml +++ b/teams/compiler.toml @@ -11,7 +11,6 @@ members = [ "eddyb", "estebank", "lcnr", - "michaelwoerister", "nagisa", "oli-obk", "petrochenkov", @@ -27,6 +26,7 @@ alumni = [ "cramertj", "dotdash", "jseyfried", + "michaelwoerister", "nikomatsakis", "nrc", "varkor", diff --git a/teams/wg-async.toml b/teams/wg-async.toml index 0c35608cf..aae4e1380 100644 --- a/teams/wg-async.toml +++ b/teams/wg-async.toml @@ -9,7 +9,6 @@ members = [ "eholk", "estebank", "guswynn", - "michaelwoerister", "nikomatsakis", "nrc", "pnkfelix", @@ -32,6 +31,7 @@ alumni = [ "emmanuelantony2000", "gilescope", "lbernick", + "michaelwoerister", "nellshamrell", "rylev", "spastorino", diff --git a/teams/wg-compiler-performance.toml b/teams/wg-compiler-performance.toml index 47422c2e0..907f1559a 100644 --- a/teams/wg-compiler-performance.toml +++ b/teams/wg-compiler-performance.toml @@ -9,12 +9,12 @@ members = [ "rylev", "tgnottingham", "pnkfelix", - "michaelwoerister", "Kobzol", "lqd", "nnethercote", ] alumni = [ + "michaelwoerister", "wesleywiser", ] diff --git a/teams/wg-debugging.toml b/teams/wg-debugging.toml index 5572c64ae..ac814678d 100644 --- a/teams/wg-debugging.toml +++ b/teams/wg-debugging.toml @@ -6,12 +6,12 @@ kind = "working-group" leads = ["pnkfelix", "wesleywiser"] members = [ "davidtwco", - "michaelwoerister", "pnkfelix", "wesleywiser", ] alumni = [ "Manishearth", + "michaelwoerister", ] [website] diff --git a/teams/wg-incr-comp.toml b/teams/wg-incr-comp.toml index ac37f4f77..77268ffc8 100644 --- a/teams/wg-incr-comp.toml +++ b/teams/wg-incr-comp.toml @@ -4,8 +4,8 @@ kind = "working-group" [people] leads = ["pnkfelix", "wesleywiser"] -members = ["davidtwco", "pnkfelix", "wesleywiser", "michaelwoerister", "Aaron1011", "cjgillot"] -alumni = ["pierwill", "spastorino"] +members = ["davidtwco", "pnkfelix", "wesleywiser", "Aaron1011", "cjgillot"] +alumni = ["michaelwoerister", "pierwill", "spastorino"] [[github]] orgs = ["rust-lang"] diff --git a/teams/wg-self-profile.toml b/teams/wg-self-profile.toml index 967da0d35..0e9ceed6e 100644 --- a/teams/wg-self-profile.toml +++ b/teams/wg-self-profile.toml @@ -3,9 +3,9 @@ subteam-of = "compiler" kind = "working-group" [people] -leads = ["michaelwoerister", "wesleywiser"] -members = ["michaelwoerister", "wesleywiser"] -alumni = [] +leads = ["wesleywiser"] +members = ["wesleywiser"] +alumni = ["michaelwoerister"] [permissions] perf = true