-
Notifications
You must be signed in to change notification settings - Fork 30k
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
assert.deepEqual: fix bug with faked boxed primitives #29029
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nodejs-github-bot
added
the
util
Issues and PRs related to the built-in util module.
label
Aug 7, 2019
@nodejs/assert |
ljharb
force-pushed
the
deep_equal_boxed_primitive
branch
2 times, most recently
from
August 7, 2019 03:17
b30d71d
to
2737496
Compare
ljharb
force-pushed
the
deep_equal_boxed_primitive
branch
from
August 7, 2019 05:55
2737496
to
d90707a
Compare
jasnell
approved these changes
Aug 7, 2019
devsnek
approved these changes
Aug 7, 2019
targos
approved these changes
Aug 7, 2019
addaleax
approved these changes
Aug 7, 2019
Trott
approved these changes
Aug 7, 2019
CITGM master: https://ci.nodejs.org/view/Node.js-citgm/job/citgm-smoker/1934/ |
Not semver-major, but since If interested in making |
trivikr
added
the
author ready
PRs that have at least one approval, no pending requests for changes, and a CI started.
label
Aug 8, 2019
Landed in 885c644...8fdd634 |
devsnek
removed
the
author ready
PRs that have at least one approval, no pending requests for changes, and a CI started.
label
Aug 9, 2019
devsnek
pushed a commit
that referenced
this pull request
Aug 9, 2019
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]>
devsnek
pushed a commit
that referenced
this pull request
Aug 9, 2019
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]>
devsnek
pushed a commit
that referenced
this pull request
Aug 9, 2019
... 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]>
This was referenced Jan 20, 2021
This was referenced Sep 5, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I discovered this bug while perusing the code, to try to bring the npm
deep-equal
package into sync with node's.Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes