From a5d7b65dbeff91f2022dfd729998cdbd75bd7a5d Mon Sep 17 00:00:00 2001 From: lcnr Date: Fri, 5 Apr 2024 11:26:30 +0200 Subject: [PATCH 1/3] update thir unsafeck project membership --- teams/project-thir-unsafeck.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/teams/project-thir-unsafeck.toml b/teams/project-thir-unsafeck.toml index e84a5ac00..6dfb5376e 100644 --- a/teams/project-thir-unsafeck.toml +++ b/teams/project-thir-unsafeck.toml @@ -4,8 +4,8 @@ subteam-of = "compiler" [people] leads = ["nikomatsakis"] -members = ["nikomatsakis"] -alumni = [] +members = ["nikomatsakis", "matthewjasper"] +alumni = ["LeSeulArtichaut"] [website] name = "THIR Unsafety Checker Project Group" From 7bf6ba8eef82a8407eab271ca35157bf991b2ddc Mon Sep 17 00:00:00 2001 From: lcnr Date: Fri, 5 Apr 2024 11:26:57 +0200 Subject: [PATCH 2/3] archive the thir unsafeck project group --- teams/{ => archive}/project-thir-unsafeck.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename teams/{ => archive}/project-thir-unsafeck.toml (83%) diff --git a/teams/project-thir-unsafeck.toml b/teams/archive/project-thir-unsafeck.toml similarity index 83% rename from teams/project-thir-unsafeck.toml rename to teams/archive/project-thir-unsafeck.toml index 6dfb5376e..671afc776 100644 --- a/teams/project-thir-unsafeck.toml +++ b/teams/archive/project-thir-unsafeck.toml @@ -4,8 +4,8 @@ subteam-of = "compiler" [people] leads = ["nikomatsakis"] -members = ["nikomatsakis", "matthewjasper"] -alumni = ["LeSeulArtichaut"] +members = [] +alumni = ["nikomatsakis", "matthewjasper", "LeSeulArtichaut"] [website] name = "THIR Unsafety Checker Project Group" From 24a58b03a153a5cc374079f3042ff520fe3c9733 Mon Sep 17 00:00:00 2001 From: lcnr Date: Fri, 5 Apr 2024 11:39:33 +0200 Subject: [PATCH 3/3] move project-thir-unsafeck repo to archive --- repos/{ => archive}/rust-lang/project-thir-unsafeck.toml | 1 - 1 file changed, 1 deletion(-) rename repos/{ => archive}/rust-lang/project-thir-unsafeck.toml (82%) diff --git a/repos/rust-lang/project-thir-unsafeck.toml b/repos/archive/rust-lang/project-thir-unsafeck.toml similarity index 82% rename from repos/rust-lang/project-thir-unsafeck.toml rename to repos/archive/rust-lang/project-thir-unsafeck.toml index 21b1e00de..463a68cd0 100644 --- a/repos/rust-lang/project-thir-unsafeck.toml +++ b/repos/archive/rust-lang/project-thir-unsafeck.toml @@ -4,4 +4,3 @@ description = "Tracking the project to refactor the unsafe check to operate on T bots = [] [access.teams] -project-thir-unsafeck = "maintain"