From 8a8e91ef24736c05d97e65a955686283d75a3030 Mon Sep 17 00:00:00 2001 From: Nia Deckers Date: Thu, 6 Aug 2026 11:28:42 +0200 Subject: [PATCH 1/2] reconstitute wg-allocators --- teams/wg-allocators.toml | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/teams/wg-allocators.toml b/teams/wg-allocators.toml index 48b6450a9..b8793fee9 100644 --- a/teams/wg-allocators.toml +++ b/teams/wg-allocators.toml @@ -4,21 +4,28 @@ subteam-of = "libs" [people] leads = [ - "TimDiekmann", + "nia-e", ] members = [ "Amanieu", + "clarfonthey", + "n1ark", + "nia-e", +] +alumni = [ "CAD97", "Lokathor", "scottjmaddox", "TimDiekmann", "Wodann", ] -alumni = [] [[github]] orgs = ["rust-lang"] +[permissions] +perf = true + [website] name = "Allocator working group" description = "Paving a path for a standard set of allocator traits to be used in collections" @@ -27,3 +34,6 @@ zulip-stream = "t-libs/wg-allocators" [[lists]] address = "wg-allocators@rust-lang.org" + +[[zulip-groups]] +name = "WG-allocators" From 2a979d1f0d708efed6d15a2c2c1560e957a8f2c6 Mon Sep 17 00:00:00 2001 From: Nia Deckers Date: Thu, 6 Aug 2026 11:53:31 +0200 Subject: [PATCH 2/2] fixup N1ark --- people/n1ark.toml | 2 +- teams/opsem.toml | 2 +- teams/wg-allocators.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/people/n1ark.toml b/people/n1ark.toml index 6347f296a..3c930cf6a 100644 --- a/people/n1ark.toml +++ b/people/n1ark.toml @@ -1,5 +1,5 @@ name = "Opale Sjöstedt" -github = "n1ark" +github = "N1ark" github-id = 19803581 email = "opale.sjostedt@gmail.com" discord-id = 285341011163611138 diff --git a/teams/opsem.toml b/teams/opsem.toml index 5d58ca945..841889fd0 100644 --- a/teams/opsem.toml +++ b/teams/opsem.toml @@ -31,4 +31,4 @@ name = "T-opsem" [[zulip-groups]] name = "T-opsem/meetings" -extra-people = ["chorman0773", "thomcc", "burakemir", "fbq", "n1ark"] +extra-people = ["chorman0773", "thomcc", "burakemir", "fbq", "N1ark"] diff --git a/teams/wg-allocators.toml b/teams/wg-allocators.toml index b8793fee9..620aa1dcc 100644 --- a/teams/wg-allocators.toml +++ b/teams/wg-allocators.toml @@ -9,7 +9,7 @@ leads = [ members = [ "Amanieu", "clarfonthey", - "n1ark", + "N1ark", "nia-e", ] alumni = [