Skip to content

Archive wg-traits and create types team #760

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 27, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions teams/types.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
name = "types"
# Really should be compiler + lang, but the team repo doesn't handle that
# right now
subteam-of = "compiler"

[people]
leads = ["nikomatsakis", "jackh726"]
members = [
"compiler-errors",
"jackh726",
"lcnr",
"nikomatsakis",
"oli-obk",
"spastorino",
]
alumni = []

[website]
name = "Types team"
description = "Working to implement and formally define the semantics of the Rust language"
repo = "https://github.com/rust-lang/types-team"
zulip-stream = "t-types"

[[github]]
orgs = ["rust-lang", "rust-lang-nursery"]

[[zulip-groups]]
name = "T-types"

[permissions]
bors.chalk.review = true
24 changes: 15 additions & 9 deletions teams/wg-traits.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Note: this has effectively been replaced by the types team
# This team remains until we figure out what to do with archived teams that have
# members only on that archived team. (CI currently expects that every member be
# on at least one non-archived team.)
# After that, we want to archive this to recognize the various people that
# contributed while the group was under the "wg-traits" label. Thanks!
name = "wg-traits"
subteam-of = "compiler"
kind = "working-group"
Expand Down Expand Up @@ -27,14 +33,14 @@ alumni = [
"zaharidichev",
]

[website]
name = "Traits working group"
description = "Improving the trait checker and related language features"
repo = "https://github.com/rust-lang/wg-traits"
zulip-stream = "wg-traits"
#[website]
#name = "Traits working group"
#description = "Improving the trait checker and related language features"
#repo = "https://github.com/rust-lang/wg-traits"
#zulip-stream = "wg-traits"

[[github]]
orgs = ["rust-lang", "rust-lang-nursery"]
#[[github]]
#orgs = ["rust-lang", "rust-lang-nursery"]

[permissions]
bors.chalk.review = true
#[permissions]
#bors.chalk.review = true