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

Avoid creating a Java array when we can simply use the existing instance #3448

Merged
merged 1 commit into from
Feb 21, 2023

Conversation

niloc132
Copy link
Member

This sidesteps the issue where copying an array was attempting to write type information to a frozen object.

Fixes #3437

This sidesteps the issue where copying an array was attempting to write
type information to a frozen object.

Fixes deephaven#3437
@niloc132 niloc132 added this to the Feb 2023 milestone Feb 18, 2023
@niloc132 niloc132 merged commit e4d2743 into deephaven:main Feb 21, 2023
@github-actions github-actions bot locked and limited conversation to collaborators Feb 21, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Strict mode violation in JS API as a ES Module
2 participants