-
-
Notifications
You must be signed in to change notification settings - Fork 34.2k
assert.deepEqual: fix bug with faked boxed primitives #29029
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
Conversation
|
@nodejs/assert |
b30d71d to
2737496
Compare
2737496 to
d90707a
Compare
|
CITGM master: https://ci.nodejs.org/view/Node.js-citgm/job/citgm-smoker/1934/ |
|
Not semver-major, but since If interested in making |
|
Landed in 885c644...8fdd634 |
PR-URL: #29029 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Gus Caplan <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Rich Trott <[email protected]>
PR-URL: #29029 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Gus Caplan <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Rich Trott <[email protected]>
... before trying to valueOf them PR-URL: #29029 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Gus Caplan <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Rich Trott <[email protected]>
I discovered this bug while perusing the code, to try to bring the npm
deep-equalpackage into sync with node's.Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes