Skip to content

Commit

Permalink
Add less-recent libs-api alumni (#1123)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
dtolnay authored Nov 27, 2023
1 parent 7ec5318 commit b77b817
Show file tree
Hide file tree
Showing 13 changed files with 26 additions and 5 deletions.
4 changes: 0 additions & 4 deletions teams/alumni.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,18 @@ name = "alumni"
leads = []
members = [
"Aatch",
"Kimundi",
"MajorBreakfast",
"QuietMisdreavus",
"TimNN",
"alercah",
"arielb1",
"aturon",
"birkenfeld",
"bkoropoff",
"booyaa",
"brson",
"edunham",
"erickt",
"frewsxcv",
"gnunicorn",
"huonw",
"jseyfried",
"levex",
"niconii",
Expand Down
1 change: 1 addition & 0 deletions teams/cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ members = [
]
alumni = [
"alexcrichton",
"aturon",
"nrc",
"dwijnand",
"wycats",
Expand Down
1 change: 1 addition & 0 deletions teams/community.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ members = [
"nellshamrell",
]
alumni = [
"brson",
"shadows-withal",
"ashleygwilliams",
"skade",
Expand Down
4 changes: 4 additions & 0 deletions teams/core.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ members = [
"rylev",
]
alumni = [
"alexcrichton",
"aturon",
"brson",
"huonw",
"nrc",
"carols10cents",
"nikomatsakis",
Expand Down
2 changes: 1 addition & 1 deletion teams/devtools.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "devtools"
[people]
leads = ["Manishearth"]
members = ["Manishearth", "GuillaumeGomez", "oli-obk", "rbtcollins", "ehuss", "calebcartwright"]
alumni = ["nrc", "killercup", "Xanewok", "kinnison", "fitzgen"]
alumni = ["alexcrichton", "brson", "nrc", "killercup", "Xanewok", "kinnison", "fitzgen"]

[rfcbot]
label = "T-dev-tools"
Expand Down
3 changes: 3 additions & 0 deletions teams/infra.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ members = [
"Kobzol",
]
alumni = [
"alexcrichton",
"aturon",
"brson",
"sgrif",
"nellshamrell",
"ashleygwilliams",
Expand Down
2 changes: 2 additions & 0 deletions teams/lang.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ members = [
"tmandry",
]
alumni = [
"aturon",
"huonw",
"Centril",
"cramertj",
"nrc",
Expand Down
6 changes: 6 additions & 0 deletions teams/libs-api.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ members = [
"joshtriplett",
]
alumni = [
"alexcrichton",
"aturon",
"brson",
"Gankra",
"huonw",
"Kimundi",
"KodrAus",
"LukasKalbertodt",
"sfackler",
Expand Down
1 change: 1 addition & 0 deletions teams/release.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ members = [
"tmandry",
]
alumni = [
"alexcrichton",
"BatmanAoD",
"Centril",
"sgrif",
Expand Down
1 change: 1 addition & 0 deletions teams/rustup.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ members = [
"rami3l",
]
alumni = [
"alexcrichton",
"nrc",
"kinnison",
"hi-rustin",
Expand Down
3 changes: 3 additions & 0 deletions teams/style.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ members = [
"joshtriplett",
"yaahc",
]
alumni = [
"brson",
]

[[github]]
orgs = ["rust-lang"]
Expand Down
1 change: 1 addition & 0 deletions teams/wg-security-response.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ members = [
"Manishearth",
]
alumni = [
"alexcrichton",
"nikomatsakis",
"steveklabnik",
]
Expand Down
2 changes: 2 additions & 0 deletions teams/wg-wasm.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ members = [
]

alumni = [
"alexcrichton",
"ashleygwilliams",
"aturon",
]

[[lists]]
Expand Down

0 comments on commit b77b817

Please sign in to comment.