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 stored_tools a property #372

Merged
merged 5 commits into from
Dec 12, 2024
Merged

Conversation

aieri
Copy link
Contributor

@aieri aieri commented Dec 11, 2024

By making stored_tools a property we avoid the awkwardness of having to
continuously convert back and forth between Set[HWTool] (which cannot be handled by StoredState) and Set[str] (which can)

By making stored_tools a property we avoid the awkwardness of having to
continuously convert back and forth between Set[HWTool] and Set[str]
(which can be handled by StoredState)
Deezzir
Deezzir previously approved these changes Dec 11, 2024
src/charm.py Outdated Show resolved Hide resolved
Copy link
Contributor

@jneo8 jneo8 left a comment

Choose a reason for hiding this comment

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

Thanks, LGTM.

@aieri aieri merged commit b31c45d into canonical:main Dec 12, 2024
10 checks passed
@aieri aieri deleted the stored-tools-as-property branch December 12, 2024 21:06
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