Skip to content
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

add Rustc Trait System Refactor Initiative #887

Merged
merged 3 commits into from
Nov 15, 2022
Merged
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
26 changes: 26 additions & 0 deletions teams/project-trait-system-refactor.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name = "project-trait-system-refactor"
kind = "project-group"
# Really should be types, but types is already a subteam,
# so that's not allowed for now.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@pietroalbini do you know why this restriction was put in place?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe because we of the governance webpage as there's currently a 1 to 1 correspondence between the parent team and the governance page: https://www.rust-lang.org/governance/teams/compiler 🤔

subteam-of = "compiler"

[people]
leads = [
"lcnr",
]
members = [
"BoxyUwU",
"cjgillot",
"compiler-errors",
"spastorino",
"lcnr",
]

[website]
name = "Rustc Trait System Refactor Initiative"
description = "Refactoring the trait system of rustc"
repo = "https://github.com/rust-lang/types-team"

[[github]]
orgs = ["rust-lang"]
team-name = "initiative-trait-system-refactor"