| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
Can you please squash the fixup commit. Else LGTM 👍🏽 |
Sorry, something went wrong.
|
Note to whoever lands this: the first word of the commit message should be an imperative verb, I suggest something like http2: refactor to use primordials instead of <string>.indexOf.
@yashLadha This is usually done by the collaborator who lands the PR (git node land 36679 --fixupAll). They are also in charge of amending the commit message if there are typos or if it doesn't follow the commit guidelines. |
Sorry, something went wrong.
Sorry, something went wrong.
Sorry, something went wrong.
Sorry, something went wrong.
|
Benchmark CI: https://ci.nodejs.org/view/Node.js%20benchmark/job/benchmark-node-micro-benchmarks/856/ (queued, will 404 until it starts running) |
Sorry, something went wrong.
|
Sorry, something went wrong.
See #36746 |
Sorry, something went wrong.
Sorry, something went wrong.
Sorry, something went wrong.
|
@aduh95 can you help me understand the further steps here? Just trying to understand what's failing here. Thanks! |
Sorry, something went wrong.
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. |
Sorry, something went wrong.
Sorry, something went wrong.
Sorry, something went wrong.
|
It seems the same checks failed 😓 ... @aduh95 |
Sorry, something went wrong.
Sorry, something went wrong.
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>
|
@Trott It seems that multiple PRs are failing for the 3 jobs probably a flakiness issue. |
Sorry, something went wrong.
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 .status file telling CI to ignore the test results for that test That's what eventually happened in this case, and that got us back to yellow (and we'll be back to green once nodejs/build#2521 lands). |
Sorry, something went wrong.
|
Subsequent benchmark of a revert on CI didn't show anything of interest, so this is good. |
Sorry, something went wrong.
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>
| Back | FazBrowse Home | New Git URL |
StringPrototypeIncludes primordial in place of <string>.indexOf for truthy validation in if expression.
Checklist