-
Notifications
You must be signed in to change notification settings - Fork 29.8k
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
lib: string indexOf to use primordials for http2/compat.js #36679
Conversation
Can you please squash the fixup commit. Else LGTM 👍🏽 |
Note to whoever lands this: the first word of the commit message should be an imperative verb, I suggest something like
@yashLadha This is usually done by the collaborator who lands the PR ( |
4bb6fab
to
9d927f3
Compare
fcc389b
to
12c78aa
Compare
Benchmark CI: https://ci.nodejs.org/view/Node.js%20benchmark/job/benchmark-node-micro-benchmarks/856/ (queued, will 404 until it starts running) |
|
See #36746 |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
@aduh95 can you help me understand the further steps here? Just trying to understand what's failing here. Thanks! |
We need to have a green CI in order to land this; the failure on the CI are almost certainly unrelated to the changes introduced by this PR, I've just kicked off another one, hopefully it should be good now. |
It seems the same checks failed 😓 ... @aduh95 |
PR-URL: #36679 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Zeyu Yang <[email protected]> Reviewed-By: Pooja D P <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Rich Trott <[email protected]>
Landed in 3af175f |
@Trott It seems that multiple PRs are failing for the 3 jobs probably a flakiness issue. |
Yeah, it can be frustrating when CI is broken. If a test is known to be faulty, then a good thing to do is open a fast-track PR to add a line to the |
This comment has been minimized.
This comment has been minimized.
LGTM @Trott |
Subsequent benchmark of a revert on CI didn't show anything of interest, so this is good. |
PR-URL: #36679 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Zeyu Yang <[email protected]> Reviewed-By: Pooja D P <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Rich Trott <[email protected]>
StringPrototypeIncludes
primordial in place of<string>.indexOf
for truthy validation inif
expression.Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes