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

remove PCI prefix and Id fields #14

Merged
merged 2 commits into from
Nov 15, 2018
Merged

remove PCI prefix and Id fields #14

merged 2 commits into from
Nov 15, 2018

Conversation

jaypipes
Copy link
Owner

THIS IS A BACKWARDS-INCOMPATIBLE CHANGE

Due to the fact that pcidb used to be a submodule in the ghw library,
all of its publicly-exposed structs used to be prefixed with "PCI". Now
that pcidb is its own library, there's no reason to continue using that
prefix.

Since this is a backwards-incompatible change, I took the opportunity to
remove the old "Id" fields which had been deprecated in the 0.2 release.
No use waiting around to remove those for a 1.0 release when this change
is backwards incompatible anyway.

Issue #9

THIS IS A BACKWARDS-INCOMPATIBLE CHANGE

Due to the fact that pcidb used to be a submodule in the ghw library,
all of its publicly-exposed structs used to be prefixed with "PCI". Now
that pcidb is its own library, there's no reason to continue using that
prefix.

Since this is a backwards-incompatible change, I took the opportunity to
remove the old "Id" fields which had been deprecated in the 0.2 release.
No use waiting around to remove those for a 1.0 release when this change
is backwards incompatible anyway.

Issue #9
Changes the name of the internal options struct to "context" since that
is more appropriate for what it is. Refactors the determination of
search paths into a method on the context struct and places that
functionality into a new context.go file.
@jaypipes jaypipes merged commit 141a53e into master Nov 15, 2018
@jaypipes jaypipes deleted the remove-prefix branch June 30, 2019 18:20
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.

None yet

1 participant