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

BREAKING CHANGE: added new model BomRef unlocking logic later to en… #174

Merged
merged 1 commit into from
Feb 17, 2022

Conversation

madpah
Copy link
Collaborator

@madpah madpah commented Feb 17, 2022

…sure uniquness and dependency references

Signed-off-by: Paul Horton [email protected]

Implementation for #170

…sure uniquness and dependency references

Signed-off-by: Paul Horton <[email protected]>
@madpah madpah added enhancement New feature or request breaking change labels Feb 17, 2022
@madpah madpah added this to the 2.0.0 milestone Feb 17, 2022
@madpah madpah requested a review from a team as a code owner February 17, 2022 11:18
@madpah madpah self-assigned this Feb 17, 2022
@madpah madpah merged commit d189f2c into feat/add-bom-services Feb 17, 2022
@madpah madpah deleted the feat/bom-ref-model branch February 17, 2022 11:41
def __hash__(self) -> int:
return hash(self.value)

def __repr__(self) -> str:
Copy link
Member

Choose a reason for hiding this comment

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

@madpah we should also implement __str__()
as i saw the string cast in the serializations.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking change enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants