Skip to content

Conversation

@vivekjami
Copy link
Owner

This PR adds validation to check for duplicate entries in team members and alumni lists.

Fixes rust-lang#1918

Changes:

  • Added new validate_duplicate_team_entries function
  • Checks team members and alumni
  • Uses separate function for cleaner code design as suggested by @Kivooeo

@vivekjami vivekjami force-pushed the add-team-and-alumni-name-check branch from 201e079 to 35fc992 Compare November 12, 2025 18:32
- Add explicit_leads() method to expose team leads
- Add validate_duplicate_team_entries() to check for duplicates
- Check leads, members, and alumni for duplicates
- Collect all errors for better developer experience
@vivekjami vivekjami force-pushed the add-team-and-alumni-name-check branch from 2ccbf35 to c318366 Compare November 12, 2025 18:36
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.

validate that team members don't contain duplicates

2 participants