Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 34.2k
url: fix url.format with ipv6 hostname#36665
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uh oh!
There was an error while loading. Please reload this page.
Conversation
Uh oh!
There was an error while loading. Please reload this page.
bae596a to f766cb0Comparenodejs-github-bot commented Dec 28, 2020
yashLadha left a comment
There was a problem hiding this 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.
Uh oh!
There was an error while loading. Please reload this page.
f766cb0 to 8cbc844Compare8cbc844 to 244da39Compare244da39 to f9fd2f6CompareCommit 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/.ncuhttps://github.com/nodejs/node/actions/runs/452857792 |
Landed in 37acaf6...1b7ac0c |
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]>
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]>
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]>
Fixes: #36654
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes