Skip to content

Commit 4099712

Browse files
authored
Merge pull request rust-lang#1052 from vincenzopalazzo/macros/macros-wg
team: add a new wg for rust macros
2 parents d9e694f + 2c21fba commit 4099712

File tree

3 files changed

+34
-0
lines changed

3 files changed

+34
-0
lines changed

people/CohenArthur.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
name = 'Arthur Cohen'
2+
github = 'CohenArthur'
3+
github-id = 43524065
4+
email = 'cohenarthur.dev@gmail.com'
5+
zulip-id = 281468

people/danielhenrymantilla.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ name = "Daniel Henry-Mantilla"
22
email = "daniel.henry.mantilla@gmail.com"
33
github = "danielhenrymantilla"
44
github-id = 9920355
5+
zulip-id = 232018

teams/wg-macros.toml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
name = "wg-macros"
2+
kind = "working-group"
3+
subteam-of = "compiler"
4+
5+
[people]
6+
leads = ["vincenzopalazzo", "eholk"]
7+
members = [
8+
"jhpratt",
9+
"Veykril",
10+
"CohenArthur",
11+
"danielhenrymantilla",
12+
"vincenzopalazzo",
13+
"eholk",
14+
]
15+
alumni = [
16+
]
17+
18+
[[github]]
19+
orgs = ["rust-lang", "rust-lang-nursery"]
20+
21+
[website]
22+
name = "Macros working group"
23+
description = "Revival and Improving the Rust Macros"
24+
repo = "https://github.com/rust-lang/wg-macros"
25+
zulip-stream = "wg-macros"
26+
27+
[[zulip-groups]]
28+
name = "wg-macros"

0 commit comments

Comments
 (0)