We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When running the mixed.ts tests, the test for "roundtrip of 'data'" is failing:
mixed.ts
[mocha] AssertionError: expected [ 0, 0, 0, 0 ] to deeply equal [ 4, 8, 12, 16 ] [mocha] + expected - actual [mocha] [mocha] [ [mocha] - 0 [mocha] - 0 [mocha] - 0 [mocha] - 0 [mocha] + 4 [mocha] + 8 [mocha] + 12 [mocha] + 16 [mocha] ] [mocha]
and on another run...
[mocha] AssertionError: expected [ 43, 121, 236, 62 ] to deeply equal [ 4, 8, 12, 16 ] [mocha] + expected - actual [mocha] [mocha] [ [mocha] - 43 [mocha] - 121 [mocha] - 236 [mocha] - 62 [mocha] + 4 [mocha] + 8 [mocha] + 12 [mocha] + 16 [mocha] ]
This looks like it could be a memory corruption bug similar to previous issues found with the mixed data type.
The text was updated successfully, but these errors were encountered:
Fix for Mixed binary roundtrip issue (#4278)
4c16444
Fix for Mixed binary roundtrip issue (#4278) (#4366)
1ea2c5b
* Fix for Mixed binary roundtrip issue (#4278)
fronck
Successfully merging a pull request may close this issue.
When running the
mixed.ts
tests, the test for "roundtrip of 'data'" is failing:and on another run...
This looks like it could be a memory corruption bug similar to previous issues found with the mixed data type.
The text was updated successfully, but these errors were encountered: