From d03af20ae15d9e89226ea51243133bc49c43e018 Mon Sep 17 00:00:00 2001 From: Vincenzo Palazzo Date: Mon, 21 Aug 2023 19:16:44 +0200 Subject: [PATCH 1/3] team: add a new wg for rust macros This is adding a new team that is the wg-macros as a folloup step after the MCP get merged [1]. [1] https://github.com/rust-lang/compiler-team/issues/637 Signed-off-by: Vincenzo Palazzo --- teams/wg-macros.toml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 teams/wg-macros.toml diff --git a/teams/wg-macros.toml b/teams/wg-macros.toml new file mode 100644 index 000000000..89b91c34c --- /dev/null +++ b/teams/wg-macros.toml @@ -0,0 +1,28 @@ +name = "wg-macros" +kind = "working-group" +subteam-of = "compiler" + +[people] +leads = ["vincenzopalazzo", "eholk"] +members = [ + "jhpratt", + "Veykril", + "CohenArthur", + "danielhenrymantilla", + "vincenzopalazzo", + "eholk", +] +alumni = [ +] + +[[github]] +orgs = ["rust-lang", "rust-lang-nursery"] + +[website] +name = "Macros working group" +description = "Revival and Improving the Rust Macros" +repo = "https://github.com/rust-lang/wg-macros" +zulip-stream = "wg-macros" + +[[zulip-groups]] +name = "wg-macros" From 28e0905fd200e6c7b2869ccc22680cc2481041e1 Mon Sep 17 00:00:00 2001 From: Arthur Cohen Date: Mon, 28 Aug 2023 15:07:10 +0200 Subject: [PATCH 2/3] people: Add myself to the repository Needed for #1052 --- people/CohenArthur.toml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 people/CohenArthur.toml diff --git a/people/CohenArthur.toml b/people/CohenArthur.toml new file mode 100644 index 000000000..8ffeccf22 --- /dev/null +++ b/people/CohenArthur.toml @@ -0,0 +1,5 @@ +name = 'Arthur Cohen' +github = 'CohenArthur' +github-id = 43524065 +email = 'cohenarthur.dev@gmail.com' +zulip-id = 281468 From 2c21fbad0049a69f14abce5091ee6ae849d63b3f Mon Sep 17 00:00:00 2001 From: Vincenzo Palazzo Date: Mon, 28 Aug 2023 15:49:24 +0200 Subject: [PATCH 3/3] adds zulip id that is required to be wg member Signed-off-by: Vincenzo Palazzo --- people/danielhenrymantilla.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/people/danielhenrymantilla.toml b/people/danielhenrymantilla.toml index aaad2174d..036889767 100644 --- a/people/danielhenrymantilla.toml +++ b/people/danielhenrymantilla.toml @@ -2,3 +2,4 @@ name = "Daniel Henry-Mantilla" email = "daniel.henry.mantilla@gmail.com" github = "danielhenrymantilla" github-id = 9920355 +zulip-id = 232018