File tree Expand file tree Collapse file tree 2 files changed +46
-9
lines changed Expand file tree Collapse file tree 2 files changed +46
-9
lines changed Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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!
1
7
name = " wg-traits"
2
8
subteam-of = " compiler"
3
9
kind = " working-group"
@@ -27,14 +33,14 @@ alumni = [
27
33
" zaharidichev" ,
28
34
]
29
35
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"
35
41
36
- [[github ]]
37
- orgs = [" rust-lang" , " rust-lang-nursery" ]
42
+ # [[github]]
43
+ # orgs = ["rust-lang", "rust-lang-nursery"]
38
44
39
- [permissions ]
40
- bors.chalk.review = true
45
+ # [permissions]
46
+ # bors.chalk.review = true
You can’t perform that action at this time.
0 commit comments