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

Handle a frozen dataset.data array. #6060

Merged
merged 6 commits into from Feb 11, 2019

Conversation

etimberg
Copy link
Member

Resolves #4157. I added a note to the documentation regarding the fact that frozen data will not support live updates.

Fiddle with v2.7.3
Fiddle with these changes

Copy link
Member

@kurkle kurkle left a comment

Choose a reason for hiding this comment

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

I agree with @benmccann, the documentaton change is not needed.

kurkle
kurkle previously approved these changes Feb 10, 2019
benmccann
benmccann previously approved these changes Feb 10, 2019
@nagix
Copy link
Contributor

nagix commented Feb 10, 2019

I just wondered if we should use Object.isExtensible because Object.seal and Object.preventExtensions will cause the same issue.

@etimberg etimberg dismissed stale reviews from benmccann and kurkle via cadd326 February 10, 2019 20:42
@etimberg
Copy link
Member Author

@nagix I updated to use Object.isExtensible() and added tests for the Object.seal() and Object.preventExtensions() cases.

benmccann
benmccann previously approved these changes Feb 10, 2019
@simonbrunel simonbrunel added this to the Version 2.8 milestone Feb 10, 2019
nagix
nagix previously approved these changes Feb 11, 2019
kurkle
kurkle previously approved these changes Feb 11, 2019
@etimberg etimberg dismissed stale reviews from kurkle and nagix via dd980a8 February 11, 2019 12:10
Copy link
Member

@simonbrunel simonbrunel left a comment

Choose a reason for hiding this comment

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

Looks great, thanks Evert!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants