From 83e2e51825f47144f1ae7c5e77f2bcb08b9f8f47 Mon Sep 17 00:00:00 2001 From: David Wood Date: Mon, 13 Oct 2025 20:20:04 +0100 Subject: [PATCH 1/3] add JonathanBrouwer to teams repo --- people/JonathanBrouwer.toml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 people/JonathanBrouwer.toml diff --git a/people/JonathanBrouwer.toml b/people/JonathanBrouwer.toml new file mode 100644 index 000000000..9afd5d142 --- /dev/null +++ b/people/JonathanBrouwer.toml @@ -0,0 +1,5 @@ +name = "Jonathan Brouwer" +email = "jonathantbrouwer@gmail.com" +github = "JonathanBrouwer" +github-id = 7071132 +zulip-id = 871535 From 8ceae7ebaa9357fc37d415586e376e19609723c0 Mon Sep 17 00:00:00 2001 From: David Wood Date: Mon, 13 Oct 2025 20:20:04 +0100 Subject: [PATCH 2/3] add dianne to teams repo --- people/dianne.toml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 people/dianne.toml diff --git a/people/dianne.toml b/people/dianne.toml new file mode 100644 index 000000000..921c87713 --- /dev/null +++ b/people/dianne.toml @@ -0,0 +1,5 @@ +name = "dianne" +email = "diannes.gm@gmail.com" +github = "dianne" +github-id = 29509279 +zulip-id = 759061 From 013e4f9dbd297395b8c836ceb618fa71c620d44d Mon Sep 17 00:00:00 2001 From: David Wood Date: Mon, 13 Oct 2025 20:20:04 +0100 Subject: [PATCH 3/3] add new compiler team members Adding Amanieu, dianne, Enselic, JonathanBrouwer, tiif to the compiler team following nominations from team members --- teams/compiler.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/teams/compiler.toml b/teams/compiler.toml index f5fafb756..6b19462b5 100644 --- a/teams/compiler.toml +++ b/teams/compiler.toml @@ -4,6 +4,7 @@ top-level = true [people] leads = ["davidtwco", "wesleywiser"] members = [ + "Amanieu", "alexcrichton", "antoyo", "apiraino", @@ -17,8 +18,10 @@ members = [ "compiler-errors", "cuviper", { github = "davidtwco", roles = ["compiler-maintainer"] }, + "dianne", "dianqk", "durin42", + "Enselic", "eholk", "est31", { github = "estebank", roles = ["compiler-maintainer"] }, @@ -26,6 +29,7 @@ members = [ "flodiebold", "fmease", "GuillaumeGomez", + "JonathanBrouwer", { github = "jackh726", roles = ["compiler-maintainer"] }, "jdonszelmann", { github = "jieyouxu", roles = ["compiler-maintainer"] }, @@ -56,6 +60,7 @@ members = [ "TaKO8Ki", "tgross35", "the8472", + "tiif", "tmandry", "tmiasko", "Urgau",