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

fix: attempt at fixing vm2 proxy weirdness with arrays #232

Merged
merged 3 commits into from
May 16, 2022

Conversation

TheEdward162
Copy link
Contributor

Description

Does a fixup of values coming out of the sandbox for display purposes - but only for the debug right there in the function, not globally.

Motivation and Context

fix #16

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • I have added tests to cover my changes.
  • All new and existing tests passed.

@TheEdward162 TheEdward162 marked this pull request as ready for review May 15, 2022 09:29
@lukas-valenta lukas-valenta merged commit 3e1cba3 into dev May 16, 2022
@lukas-valenta lukas-valenta deleted the fix/vm2-extra-array-keys branch May 16, 2022 10:55
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.

Sandbox transforms arrays to objects on the sandbox boundary
2 participants