Skip to content

Conversation

@Lxxyx
Copy link
Member

Fixes: #36654

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines

@nodejs-github-botnodejs-github-bot added the url Issues and PRs related to the legacy built-in url module. label Dec 28, 2020
@LxxyxLxxyxforce-pushed the fix-url-ipv6-formats branch from bae596a to f766cb0CompareDecember 28, 2020 17:08
@LxxyxLxxyx requested a review from lpincaDecember 28, 2020 17:09
@ronagronag added request-ci Add this label to start a Jenkins CI on a PR. author ready PRs that have at least one approval, no pending requests for changes, and a CI started. labels Dec 28, 2020
@github-actionsgithub-actionsbot removed the request-ci Add this label to start a Jenkins CI on a PR. label Dec 28, 2020
@nodejs-github-bot
Copy link
Collaborator

Copy link
Contributor

@yashLadhayashLadha left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor changes to use primordials instead of built-in, else changes LGTM.

@LxxyxLxxyxforce-pushed the fix-url-ipv6-formats branch from f766cb0 to 8cbc844CompareDecember 30, 2020 02:56
@LxxyxLxxyx requested a review from yashLadhaDecember 30, 2020 02:57
@LxxyxLxxyxforce-pushed the fix-url-ipv6-formats branch from 8cbc844 to 244da39CompareDecember 30, 2020 03:01
@LxxyxLxxyxforce-pushed the fix-url-ipv6-formats branch from 244da39 to f9fd2f6CompareDecember 30, 2020 03:02
@yashLadhayashLadha added the commit-queue Add this label to land a pull request using GitHub Actions. label Dec 30, 2020
@github-actionsgithub-actionsbot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Dec 30, 2020
@github-actions
Copy link
Contributor

Commit Queue failed
- Loading data for nodejs/node/pull/36665 ✔ Done loading data for nodejs/node/pull/36665 ----------------------------------- PR info ------------------------------------ Title url: fix url.format with ipv6 hostname (#36665) Author Lxxyx (@Lxxyx) Branch Lxxyx:fix-url-ipv6-formats -> nodejs:master Labels author ready, url Commits 1 - url: fix url.format with ipv6 hostname Committers 1 - ZiJian Liu PR-URL: https://github.com/nodejs/node/pull/36665 Fixes: https://github.com/nodejs/node/issues/36654 Reviewed-By: Luigi Pinca Reviewed-By: Robert Nagy Reviewed-By: Rich Trott Reviewed-By: Daijiro Wachi Reviewed-By: Yash Ladha ------------------------------ Generated metadata ------------------------------ PR-URL: https://github.com/nodejs/node/pull/36665 Fixes: https://github.com/nodejs/node/issues/36654 Reviewed-By: Luigi Pinca Reviewed-By: Robert Nagy Reviewed-By: Rich Trott Reviewed-By: Daijiro Wachi Reviewed-By: Yash Ladha -------------------------------------------------------------------------------- ✔ Last GitHub Actions successful ℹ Last Full PR CI on 2020-12-28T18:44:50Z: https://ci.nodejs.org/job/node-test-pull-request/35129/ ⚠ Commits were pushed after the last Full PR CI run: ⚠ - url: fix url.format with ipv6 hostname - Querying data for job/node-test-pull-request/35129/ ✔ Build data downloaded ✔ Last Jenkins CI successful ℹ This PR was created on Mon, 28 Dec 2020 15:47:53 GMT ✔ Approvals: 5 ✔ - Luigi Pinca (@lpinca): https://github.com/nodejs/node/pull/36665#pullrequestreview-559235401 ✔ - Robert Nagy (@ronag): https://github.com/nodejs/node/pull/36665#pullrequestreview-559254174 ✔ - Rich Trott (@Trott) (TSC): https://github.com/nodejs/node/pull/36665#pullrequestreview-559361009 ✔ - Daijiro Wachi (@watilde): https://github.com/nodejs/node/pull/36665#pullrequestreview-559472531 ✔ - Yash Ladha (@yashLadha): https://github.com/nodejs/node/pull/36665#pullrequestreview-559779284 ✖ This PR needs to wait 51 more minutes to land -------------------------------------------------------------------------------- ✔ Aborted `git node land` session in /home/runner/work/node/node/.ncu
https://github.com/nodejs/node/actions/runs/452857792

@github-actionsgithub-actionsbot added the commit-queue-failed An error occurred while landing this pull request using GitHub Actions. label Dec 30, 2020
@yashLadhayashLadha added commit-queue Add this label to land a pull request using GitHub Actions. and removed commit-queue-failed An error occurred while landing this pull request using GitHub Actions. labels Dec 30, 2020
@github-actionsgithub-actionsbot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Dec 30, 2020
@github-actions
Copy link
Contributor

Landed in 37acaf6...1b7ac0c

nodejs-github-bot pushed a commit that referenced this pull request Dec 30, 2020
Fixes: #36654 PR-URL: #36665 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Robert Nagy <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Daijiro Wachi <[email protected]> Reviewed-By: Yash Ladha <[email protected]>
@LxxyxLxxyx deleted the fix-url-ipv6-formats branch December 31, 2020 03:51
danielleadams pushed a commit that referenced this pull request Jan 12, 2021
Fixes: #36654 PR-URL: #36665 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Robert Nagy <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Daijiro Wachi <[email protected]> Reviewed-By: Yash Ladha <[email protected]>
@danielleadamsdanielleadams mentioned this pull request Jan 12, 2021
targos pushed a commit that referenced this pull request May 1, 2021
Fixes: #36654 PR-URL: #36665 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Robert Nagy <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Daijiro Wachi <[email protected]> Reviewed-By: Yash Ladha <[email protected]>
@danielleadamsdanielleadams mentioned this pull request May 3, 2021
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author readyPRs that have at least one approval, no pending requests for changes, and a CI started.urlIssues and PRs related to the legacy built-in url module.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

The deprecated url.format formats ipv6 localhost address wrongly

7 participants

@Lxxyx@nodejs-github-bot@Trott@lpinca@watilde@ronag@yashLadha