Skip to content

Commit 86c65b6

Browse files
committed
Archive wg-traits and create types team
1 parent 9de1895 commit 86c65b6

File tree

2 files changed

+46
-9
lines changed

2 files changed

+46
-9
lines changed

teams/types.toml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
name = "types"
2+
# Really should be compiler + lang, but the team repo doesn't handle that
3+
# right now
4+
subteam-of = "compiler"
5+
6+
[people]
7+
leads = ["nikomatsakis", "jackh726"]
8+
members = [
9+
"compiler-errors",
10+
"jackh726",
11+
"lcnr",
12+
"nikomatsakis",
13+
"oli-obk",
14+
"spastorino",
15+
]
16+
alumni = []
17+
18+
[website]
19+
name = "Types team"
20+
description = "Working to implement and formally define the semantics of the Rust language"
21+
repo = "https://github.com/rust-lang/types-team"
22+
zulip-stream = "t-types"
23+
24+
[[github]]
25+
orgs = ["rust-lang", "rust-lang-nursery"]
26+
27+
[[zulip-groups]]
28+
name = "T-types"
29+
30+
[permissions]
31+
bors.chalk.review = true

teams/wg-traits.toml

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# Note: this has effectively been replaced by the types team
2+
# This team remains until we figure out what to do with archived teams that have
3+
# members only on that archived team. (CI currently expects that every member be
4+
# on at least one non-archived team.)
5+
# After that, we want to archive this to recognize the various people that
6+
# contributed while the group was under the "wg-traits" label. Thanks!
17
name = "wg-traits"
28
subteam-of = "compiler"
39
kind = "working-group"
@@ -27,14 +33,14 @@ alumni = [
2733
"zaharidichev",
2834
]
2935

30-
[website]
31-
name = "Traits working group"
32-
description = "Improving the trait checker and related language features"
33-
repo = "https://github.com/rust-lang/wg-traits"
34-
zulip-stream = "wg-traits"
36+
#[website]
37+
#name = "Traits working group"
38+
#description = "Improving the trait checker and related language features"
39+
#repo = "https://github.com/rust-lang/wg-traits"
40+
#zulip-stream = "wg-traits"
3541

36-
[[github]]
37-
orgs = ["rust-lang", "rust-lang-nursery"]
42+
#[[github]]
43+
#orgs = ["rust-lang", "rust-lang-nursery"]
3844

39-
[permissions]
40-
bors.chalk.review = true
45+
#[permissions]
46+
#bors.chalk.review = true

0 commit comments

Comments
 (0)