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

common.Device: replace model.Device with common.Device #48

Merged
merged 1 commit into from
Jun 20, 2022

Conversation

joelrebel
Copy link
Member

In the previous set of changes - 408ed07, the common.Device{} object
was embedded in model.Device{} to continue including the OemComponents field
for OEM hardware. This change moves the OemComponents field into
the Hardware{} object and so the internal model.Device{} object is removed completely
and ironlib will now return a common.Device{} for consistency with bmclib.

In the previous set of changes - 408ed07, the common.Device{} object
was embedded in model.Device{} to continue including the OemComponents field
for OEM hardware. This change moves the OemComponents field into
the Hardware{} object and so the model.Device{} object is removed
and ironlib will now return a common.Device{} for consistency with bmclib.
@joelrebel joelrebel requested a review from diogomatsubara June 20, 2022 10:14
Copy link
Contributor

@diogomatsubara diogomatsubara left a comment

Choose a reason for hiding this comment

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

Thanks for this change!

@joelrebel joelrebel merged commit b6f10fb into main Jun 20, 2022
@joelrebel joelrebel deleted the common-device branch June 20, 2022 12:55
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