| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
Review requested:
|
Sorry, something went wrong.
|
Should include #58661 if it doesn't already |
Sorry, something went wrong.
|
We should only pick the commits that have landed on main, this PR have 47 commits that are not on main |
Sorry, something went wrong.
|
Ah, my bad, I probably picked commits from the wrong branch. |
Sorry, something went wrong.
|
@aduh95 to adhere to the 'only commits that landed' rule, should I squash the new commits into a landed commit? or are commits for manual resolution after cherry-picking OK? |
Sorry, something went wrong.
|
What's the deal here? I don't understand why CI is failing 🤔 |
Sorry, something went wrong.
You can use git commit --fixup <commit-sha>, so it's easier to review and squash those additional commits upon landing.
It looks like the Coverage CI is broken on that branch, unrelated to your changes. The macOS one timed out, also probably unrelated to your changes. |
Sorry, something went wrong.
|
can you include bba07d7 in the backport (if lands cleanly otherwise I can open a backport) |
Sorry, something went wrong.
'In addition to' or 'instead of' d8d3b07 (which is currently included) ? |
Sorry, something went wrong.
|
Sorry I didnt notice it was already included. Looks good |
Sorry, something went wrong.
FWIW the broken Coverage Windows GitHub Workflow is the same breakage as #58801 (and unrelated to this PR). cc FYI @nodejs/releasers |
Sorry, something went wrong.
Sorry, something went wrong.
Sorry, something went wrong.
|
Rebased onto v22.x-staging |
Sorry, something went wrong.
|
Can you please rebase? |
Sorry, something went wrong.
|
Something weird happened and I had to drop a couple of commits, then redo the rebase - let me know whether or not things look OK |
Sorry, something went wrong.
|
Rebased on top of v22.x, fixed the commit message |
Sorry, something went wrong.
Sorry, something went wrong.
Sorry, something went wrong.
Boolean value to check if an ES Module is the entrypoint of the current process. Implements: nodejs#57226 Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com> PR-URL: nodejs#57804 Backport-PR-URL: nodejs#58693 Fixes: nodejs#57226 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Guy Bedford <guybedford@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
PR-URL: nodejs#58661 Backport-PR-URL: nodejs#58693 Fixes: nodejs#58660 Reviewed-By: Xuguang Mei <meixuguang@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Jacob Smith <jacob@frende.me> Reviewed-By: Ethan Arrowood <ethan@arrowood.dev> Reviewed-By: Pietro Marchini <pietro.marchini94@gmail.com> Reviewed-By: Chemi Atlow <chemi@atlow.co.il> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
| Back | FazBrowse Home | New Git URL |
Backport #57804 and #58661 to v22.x release line