-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
[v22.x] deps: V8: cherry-pick 217457d0a560 #54883
Merged
Merged
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
Review requested:
|
nodejs-github-bot
added
build
Issues and PRs related to build files or the CI.
needs-ci
PRs that need a full CI run.
v22.x
v22.x Issues that can be reproduced on v22.x or PRs targeting the v22.x-staging branch.
v8 engine
Issues and PRs related to the V8 dependency.
labels
Sep 11, 2024
targos
changed the title
deps: V8: cherry-pick 217457d0a560
[v22.x] deps: V8: cherry-pick 217457d0a560
Sep 11, 2024
ljharb
approved these changes
Sep 11, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks!
aduh95
approved these changes
Sep 11, 2024
github-actions
bot
removed
the
request-ci
Add this label to start a Jenkins CI on a PR.
label
Sep 12, 2024
aduh95
force-pushed
the
v22.x-staging
branch
from
September 13, 2024 22:27
fec390e
to
2b68c30
Compare
targos
force-pushed
the
fix-set-methods-v22
branch
from
September 16, 2024 06:35
7271c9b
to
ef84e8d
Compare
Rebased |
github-actions
bot
removed
the
request-ci
Add this label to start a Jenkins CI on a PR.
label
Sep 16, 2024
RafaelGSS
force-pushed
the
v22.x-staging
branch
from
September 17, 2024 02:21
8997e69
to
beb4925
Compare
CI passed. Can I have another review to land? |
RafaelGSS
force-pushed
the
v22.x-staging
branch
from
September 17, 2024 14:18
beb4925
to
93116dd
Compare
richardlau
approved these changes
Sep 17, 2024
Original commit message: [set-methods] Handle SetLike with infinite size This CL adds a check for identifying SetLikes with infinite sizes in methods dependent on the size of `other`s. Bug: 351332634 Change-Id: I5c6d9c0cc7f3f5fae5cedc72a44bc21c917c84b8 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5684652 Reviewed-by: Shu-yu Guo <syg@chromium.org> Commit-Queue: Rezvan Mahdavi Hezaveh <rezvan@chromium.org> Cr-Commit-Position: refs/heads/main@{#94897} Refs: v8/v8@217457d PR-URL: nodejs#54883 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com>
targos
force-pushed
the
fix-set-methods-v22
branch
from
September 19, 2024 06:31
ef84e8d
to
1de5512
Compare
Landed in 1de5512 |
Merged
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.
Fixes a bug in set methods.
This commit is already on
main
with V8 12.8.Thanks @ljharb for reporting on Slack.
Original commit message:
Refs: v8/v8@217457d