| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
The internal `debuglog()` is never called with 0 parameters. Remove the fast-path for that situation. If it ever occurs, it will fall through to the default path.
Sorry, something went wrong.
|
@nodejs/util |
Sorry, something went wrong.
Commit Queue failed- Loading data for nodejs/node/pull/41605 ✔ Done loading data for nodejs/node/pull/41605 ----------------------------------- PR info ------------------------------------ Title util: remove unused fast path in internal debuglog (#41605) Author Rich Trott (@Trott) Branch Trott:debuglog -> nodejs:master Labels util, author ready, needs-ci Commits 1 - util: remove unused fast path in internal debuglog Committers 1 - Rich Trott PR-URL: https://github.com/nodejs/node/pull/41605 Reviewed-By: Anna Henningsen Reviewed-By: Michaël Zasso ------------------------------ Generated metadata ------------------------------ PR-URL: https://github.com/nodejs/node/pull/41605 Reviewed-By: Anna Henningsen Reviewed-By: Michaël Zasso -------------------------------------------------------------------------------- ℹ This PR was created on Wed, 19 Jan 2022 22:14:10 GMT ✔ Approvals: 2 ✔ - Anna Henningsen (@addaleax): https://github.com/nodejs/node/pull/41605#pullrequestreview-860251448 ✔ - Michaël Zasso (@targos) (TSC): https://github.com/nodejs/node/pull/41605#pullrequestreview-861035111 ⚠ This PR was merged on Mon, 24 Jan 2022 14:39:22 GMT ✔ Last GitHub CI successful ℹ Last Full PR CI on 2022-01-21T19:07:38Z: https://ci.nodejs.org/job/node-test-pull-request/42072/ - Querying data for job/node-test-pull-request/42072/ ✔ Last Jenkins CI successful -------------------------------------------------------------------------------- ✔ Aborted `git node land` session in /home/runner/work/node/node/.ncuhttps://github.com/nodejs/node/actions/runs/1740412607 |
Sorry, something went wrong.
|
How could the CQ both land and fail the same PR? |
Sorry, something went wrong.
The internal `debuglog()` is never called with 0 parameters. Remove the fast-path for that situation. If it ever occurs, it will fall through to the default path. PR-URL: #41605 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Michaël Zasso <targos@protonmail.com>
The internal `debuglog()` is never called with 0 parameters. Remove the fast-path for that situation. If it ever occurs, it will fall through to the default path. PR-URL: #41605 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Michaël Zasso <targos@protonmail.com>
The internal `debuglog()` is never called with 0 parameters. Remove the fast-path for that situation. If it ever occurs, it will fall through to the default path. PR-URL: #41605 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Michaël Zasso <targos@protonmail.com>
The internal `debuglog()` is never called with 0 parameters. Remove the fast-path for that situation. If it ever occurs, it will fall through to the default path. PR-URL: #41605 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Michaël Zasso <targos@protonmail.com>
| Back | FazBrowse Home | New Git URL |
The internal debuglog() is never called with 0 parameters. Remove the
fast-path for that situation. If it ever occurs, it will fall through to
the default path.