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

Add a private field to some large structs #101

Merged
merged 1 commit into from
Oct 4, 2020
Merged

Add a private field to some large structs #101

merged 1 commit into from
Oct 4, 2020

Conversation

eminence
Copy link
Owner

@eminence eminence commented Oct 4, 2020

Adding a private field to these structs will prevent clients from
directly constructing them. This will allow us to add new fields
to them in a semver compatible way.

This change itself is a semver incompatible change, though. CC #69

Adding a private field to these structs will prevent clients from
directly constructing them.  This will allow us to add new fields
to them in a semver compatible way.

This change itself is a semver incompatible change, though.
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