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

use roles for compiler team maintainers #1609

Conversation

davidtwco
Copy link
Member

  • Allow alumni to have roles as the compiler team want to recognise the team member for the role they had while active
  • Remove compiler team maintainer subteam and add these as roles to the team members

@davidtwco davidtwco force-pushed the compiler-team-use-roles-for-maintainers branch from f3c33e8 to baea39a Compare November 12, 2024 16:43
@davidtwco
Copy link
Member Author

davidtwco commented Nov 12, 2024

Needs rust-lang/www.rust-lang.org#2088 to show the alumni roles on the website, but this needs merged first

rylev
rylev previously approved these changes Nov 18, 2024
@@ -478,6 +474,10 @@ impl Team {
&self.people.members
}

pub(crate) fn explicit_alumni(&self) -> &[TeamMember] {
Copy link
Member

Choose a reason for hiding this comment

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

I'm not sure I understand the explicit_alumni naming (as opposed to just alumni). Can you explain why that's preferable?

Copy link
Member Author

Choose a reason for hiding this comment

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

It just mirrors the members naming - explicit_members returns the TeamMembers directly, and members returns an elaborated list of members as &'a str. It doesn't make sense to have a alumni equivalent of that, but I thought it made sense for explicit_alumni to return TeamMembers.

@Nadrieril
Copy link
Member

Pinging this as it looks mergeable and would be a nice improvement.

@Mark-Simulacrum
Copy link
Member

Happy to merge with a rebase.

This enables the compiler team to recognise their alumni for the role
that they held while active.
@davidtwco davidtwco force-pushed the compiler-team-use-roles-for-maintainers branch from baea39a to 5dc34b0 Compare December 10, 2024 15:40
@davidtwco
Copy link
Member Author

Rebased!

@Mark-Simulacrum Mark-Simulacrum merged commit 9e7672b into rust-lang:master Dec 12, 2024
1 check passed
@davidtwco davidtwco deleted the compiler-team-use-roles-for-maintainers branch December 12, 2024 12:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants