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

Make ArchRegistry iterable + minor improvements #174

Merged
merged 1 commit into from
Feb 23, 2024

Conversation

RunDevelopment
Copy link
Member

Changes:

  • Make ArchRegistry iterable to allow MAIN_REGISTRY.add(*OTHER_REGISTRY).
    Related to Move non-FOSS architectures into their own package #173.
  • Use readonly types for internal data structures. These data structures were immutable before, the type just makes it explicit.
  • Support len(SOME_REGISTRY). Since ArchRegistry is a container type, this felt right.

@joeyballentine joeyballentine merged commit fe23b9a into main Feb 23, 2024
7 checks passed
@joeyballentine joeyballentine deleted the registry-api-update branch February 23, 2024 14:13
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.

2 participants