Skip to content

Commit b77b817

Browse files
authored
Add less-recent libs-api alumni (#1123)
* Add less-recent libs-api alumni * Fix "alumni team explicitly includes member who was specified as an alumni already in 'libs-api'" [WARN rust_team::validate] couldn't perform checks relying on the Zulip API, some errors will not be detected [WARN rust_team::validate] cause: missing ZULIP_USER and/or ZULIP_TOKEN environment variables [ERROR rust_team::validate] validation error: alumni team explicitly includes member 'Kimundi' who was specified as an alumni already in 'libs-api' [ERROR rust_team::validate] validation error: alumni team explicitly includes member 'aturon' who was specified as an alumni already in 'libs-api' [ERROR rust_team::validate] validation error: alumni team explicitly includes member 'brson' who was specified as an alumni already in 'libs-api' [ERROR rust_team::validate] validation error: alumni team explicitly includes member 'huonw' who was specified as an alumni already in 'libs-api' [ERROR rust_team] 4 validation errors found * Backfill other teams of former libs-api members
1 parent 7ec5318 commit b77b817

13 files changed

+26
-5
lines changed

teams/alumni.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,18 @@ name = "alumni"
77
leads = []
88
members = [
99
"Aatch",
10-
"Kimundi",
1110
"MajorBreakfast",
1211
"QuietMisdreavus",
1312
"TimNN",
1413
"alercah",
1514
"arielb1",
16-
"aturon",
1715
"birkenfeld",
1816
"bkoropoff",
1917
"booyaa",
20-
"brson",
2118
"edunham",
2219
"erickt",
2320
"frewsxcv",
2421
"gnunicorn",
25-
"huonw",
2622
"jseyfried",
2723
"levex",
2824
"niconii",

teams/cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ members = [
1414
]
1515
alumni = [
1616
"alexcrichton",
17+
"aturon",
1718
"nrc",
1819
"dwijnand",
1920
"wycats",

teams/community.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ members = [
1111
"nellshamrell",
1212
]
1313
alumni = [
14+
"brson",
1415
"shadows-withal",
1516
"ashleygwilliams",
1617
"skade",

teams/core.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ members = [
1111
"rylev",
1212
]
1313
alumni = [
14+
"alexcrichton",
15+
"aturon",
16+
"brson",
17+
"huonw",
1418
"nrc",
1519
"carols10cents",
1620
"nikomatsakis",

teams/devtools.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "devtools"
33
[people]
44
leads = ["Manishearth"]
55
members = ["Manishearth", "GuillaumeGomez", "oli-obk", "rbtcollins", "ehuss", "calebcartwright"]
6-
alumni = ["nrc", "killercup", "Xanewok", "kinnison", "fitzgen"]
6+
alumni = ["alexcrichton", "brson", "nrc", "killercup", "Xanewok", "kinnison", "fitzgen"]
77

88
[rfcbot]
99
label = "T-dev-tools"

teams/infra.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ members = [
1212
"Kobzol",
1313
]
1414
alumni = [
15+
"alexcrichton",
16+
"aturon",
17+
"brson",
1518
"sgrif",
1619
"nellshamrell",
1720
"ashleygwilliams",

teams/lang.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ members = [
1313
"tmandry",
1414
]
1515
alumni = [
16+
"aturon",
17+
"huonw",
1618
"Centril",
1719
"cramertj",
1820
"nrc",

teams/libs-api.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ members = [
1111
"joshtriplett",
1212
]
1313
alumni = [
14+
"alexcrichton",
15+
"aturon",
16+
"brson",
17+
"Gankra",
18+
"huonw",
19+
"Kimundi",
1420
"KodrAus",
1521
"LukasKalbertodt",
1622
"sfackler",

teams/release.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ members = [
1010
"tmandry",
1111
]
1212
alumni = [
13+
"alexcrichton",
1314
"BatmanAoD",
1415
"Centril",
1516
"sgrif",

teams/rustup.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ members = [
1111
"rami3l",
1212
]
1313
alumni = [
14+
"alexcrichton",
1415
"nrc",
1516
"kinnison",
1617
"hi-rustin",

teams/style.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ members = [
99
"joshtriplett",
1010
"yaahc",
1111
]
12+
alumni = [
13+
"brson",
14+
]
1215

1316
[[github]]
1417
orgs = ["rust-lang"]

teams/wg-security-response.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ members = [
99
"Manishearth",
1010
]
1111
alumni = [
12+
"alexcrichton",
1213
"nikomatsakis",
1314
"steveklabnik",
1415
]

teams/wg-wasm.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ members = [
88
]
99

1010
alumni = [
11+
"alexcrichton",
1112
"ashleygwilliams",
13+
"aturon",
1214
]
1315

1416
[[lists]]

0 commit comments

Comments
 (0)