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

Extract PropertyTable to its own library #398

Merged
merged 1 commit into from
Apr 27, 2022
Merged

Extract PropertyTable to its own library #398

merged 1 commit into from
Apr 27, 2022

Conversation

fhunleth
Copy link
Member

Backwards incompatible - please read

PropertyTable is now its own library and it has been simplified. While
some API affecting changes to PropertyTable were made in the library to
fix bugs, improve performance and make it more generic, this preserves
the PropertyTable semantics as much as possible to avoid application
code needing to change. I don't believe any user code should need to
change.

The backwards incompatible part of this change is that all references to
VintageNet.PropertyTable need to be changed to PropertyTable. This
shouldn't affect most code, but does affect vintage_net_wifi.

This fixes #352.

@fhunleth fhunleth force-pushed the property_table2 branch 3 times, most recently from 5f969c8 to fd09d80 Compare April 27, 2022 01:39
*Backwards incompatible - please read*

PropertyTable is now its own library and it has been simplified. While
some API affecting changes to PropertyTable were made in the library to
fix bugs, improve performance and make it more generic, this preserves
the PropertyTable semantics as much as possible to avoid application
code needing to change. I don't believe any user code should need to
change.

The backwards incompatible part of this change is that all references to
`VintageNet.PropertyTable` need to be changed to `PropertyTable`. This
shouldn't affect most code, but does affect `vintage_net_wifi`.

This fixes #352.
@fhunleth fhunleth merged commit 53e9ae3 into main Apr 27, 2022
@fhunleth fhunleth deleted the property_table2 branch April 27, 2022 12:48
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.

VintageNet.unsubscribe(name) ignores name parameter, clears all subscriptions of process
2 participants