Skip to content

assert: partialDeepStrictEqual now handles comparisons of ArrayBuffers, SharedArrayBuffers and Int16Arrays#56098

Merged
nodejs-github-bot merged 1 commit intonodejs:mainfrom
puskin:partial-deep-strict-equal-array-buffer-int-16-array
Dec 8, 2024
Merged

assert: partialDeepStrictEqual now handles comparisons of ArrayBuffers, SharedArrayBuffers and Int16Arrays#56098
nodejs-github-bot merged 1 commit intonodejs:mainfrom
puskin:partial-deep-strict-equal-array-buffer-int-16-array

Conversation

@puskin
Copy link
Contributor

@puskin puskin commented Dec 1, 2024

Fixes: #56097

Added handling for ArrayBuffers, SharedArrayBuffers and Int16Arrays , which were not properly considered in the new method assert.partialDeepStrictEqual .
This PR should move the feature one step closer to a stable version

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

assert Issues and PRs related to the assert subsystem. author ready PRs that have at least one approval, no pending requests for changes, and a CI started. dont-land-on-v20.x PRs that should not land on the v20.x-staging branch and should not be released in v20.x. needs-ci PRs that need a full CI run.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

assert: partialDeepStrictEqual does not properly work comparing Int16Arrays, ArrayBuffers and SharedArrayBuffers

5 participants