Uh oh!
There was an error while loading. Please reload this page.
lib: string indexOf to use primordials for http2/compat.js - #36679
lib: string indexOf to use primordials for http2/compat.js#36679rchougule wants to merge 1 commit into
Conversation
Uh oh!
There was an error while loading. Please reload this page.
yashLadha
commented
Dec 30, 2020
Can you please squash the fixup commit. Else LGTM 👍🏽 |
aduh95
commented
Dec 30, 2020
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 ( |
aduh95
commented
Dec 30, 2020
aduh95
commented
Dec 31, 2020
4bb6fab to
9d927f3CompareUh oh!
There was an error while loading. Please reload this page.
fcc389b to
12c78aaCompareyashLadha
commented
Jan 1, 2021
Benchmark CI: https://ci.nodejs.org/view/Node.js%20benchmark/job/benchmark-node-micro-benchmarks/856/ (queued, will 404 until it starts running) |
rchougule
commented
Jan 3, 2021
|
aduh95
commented
Jan 3, 2021
See #36746 |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
nodejs-github-bot
commented
Jan 5, 2021
nodejs-github-bot
commented
Jan 6, 2021
rchougule
commented
Jan 6, 2021
@aduh95 can you help me understand the further steps here? Just trying to understand what's failing here. Thanks! |
aduh95
commented
Jan 6, 2021
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. |
nodejs-github-bot
commented
Jan 6, 2021
nodejs-github-bot
commented
Jan 6, 2021
rchougule
commented
Jan 7, 2021
It seems the same checks failed 😓 ... @aduh95 |
nodejs-github-bot
commented
Jan 8, 2021
PR-URL: #36679 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Zeyu Yang <himself65@outlook.com> Reviewed-By: Pooja D P <Pooja.D.P@ibm.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
yashLadha
commented
Jan 9, 2021
Landed in 3af175f |
yashLadha
commented
Jan 10, 2021
@Trott It seems that multiple PRs are failing for the 3 jobs probably a flakiness issue. |
Trott
commented
Jan 10, 2021
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.
yashLadha
commented
Jan 11, 2021
LGTM @Trott |
Trott
commented
Jan 11, 2021
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 <duhamelantoine1995@gmail.com> Reviewed-By: Zeyu Yang <himself65@outlook.com> Reviewed-By: Pooja D P <Pooja.D.P@ibm.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>

StringPrototypeIncludesprimordial in place of<string>.indexOffor truthy validation inifexpression.Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes