Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 34.3k
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
Uh oh!
There was an error while loading. Please reload this page.
Conversation
Trott commented Aug 7, 2019
@nodejs/assert |
b30d71d to 2737496Compare2737496 to d90707aComparenodejs-github-bot commented Aug 7, 2019
Trott commented Aug 7, 2019
CITGM master: https://ci.nodejs.org/view/Node.js-citgm/job/citgm-smoker/1934/ |
Trott commented Aug 7, 2019
Not semver-major, but since If interested in making |
devsnek commented Aug 9, 2019
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