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

fix 417 and 413 #418

Merged
merged 1 commit into from Jul 4, 2021
Merged

fix 417 and 413 #418

merged 1 commit into from Jul 4, 2021

Conversation

rmorshea
Copy link
Collaborator

@rmorshea rmorshea commented Jul 4, 2021

closes: #413, #417

no more use of the id() function to generate unique
IDs for component and event handlers within the layout.

also includes a minor change to use a protocol (rather than
inheritance) for the component base-class. isinstance()
will not be a perfect check of type compatibility, but it
should be close enough

no more use of the id() function to generate unique
IDs for component and event handlers within the layout.

also includes a minor change to use a protocol (rather than
inheritance) for the component base-class. isinstance()
will not be a perfect check of type compatibility, but it
should be close enough
@rmorshea rmorshea merged commit b7e7292 into main Jul 4, 2021
@rmorshea rmorshea deleted the fix_417_and_413 branch July 4, 2021 20:52
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.

Stop using the id() function for unique identifiers throughout the code-base
1 participant