-
Notifications
You must be signed in to change notification settings - Fork 47
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
Make the Value private #194
Conversation
0a3e6e1
to
b217598
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Apart from the obvious bug this PR is fine with me. Thanks!
So it sets the value and whatever state is updated.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Only that one cosmetic change I'd like to see. Apart from that it works fine, tests run fine. If all you do is change the function names, then I'll be fine with you merging right away.
And avoid an infinite loop by calling the proper parent setter/getter.
This is how it was before the EbmlElementDefaultSameStorage split.
This is how it was before the EbmlElementDefaultSameStorage() split.
Draft on top of
#186#200