-
Notifications
You must be signed in to change notification settings - Fork 30.2k
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
src: drop --experimental-permission in favour of --permission #56240
src: drop --experimental-permission in favour of --permission #56240
Conversation
Can you avoid using a flag name that doesn't exist in the commit message? |
6ece60e
to
6d7dfa8
Compare
I think linter will complain, just updated |
Depends on: #56239 |
I need to rebase it on main. Will do it right after the holidays. |
6d7dfa8
to
5e8003d
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #56240 +/- ##
=======================================
Coverage 88.53% 88.54%
=======================================
Files 657 657
Lines 190741 190740 -1
Branches 36607 36611 +4
=======================================
+ Hits 168881 168893 +12
+ Misses 15036 15031 -5
+ Partials 6824 6816 -8
|
Commit Queue failed- Loading data for nodejs/node/pull/56240 ✔ Done loading data for nodejs/node/pull/56240 ----------------------------------- PR info ------------------------------------ Title src: drop --experimental-permission in favour of --permission (#56240) Author Rafael Gonzaga <rafael.nunu@hotmail.com> (@RafaelGSS) Branch RafaelGSS:drop-experimental-from-permission-flag -> nodejs:main Labels c++, semver-major, needs-ci, permission Commits 1 - src: drop --experimental-permission in favour of --permission Committers 1 - RafaelGSS <rafael.nunu@hotmail.com> PR-URL: https://github.com/nodejs/node/pull/56240 Refs: https://github.com/nodejs/node/pull/56201 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> ------------------------------ Generated metadata ------------------------------ PR-URL: https://github.com/nodejs/node/pull/56240 Refs: https://github.com/nodejs/node/pull/56201 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> -------------------------------------------------------------------------------- ⚠ Commits were pushed since the last approving review: ⚠ - src: drop --experimental-permission in favour of --permission ℹ This PR was created on Thu, 12 Dec 2024 15:09:20 GMT ✔ Approvals: 4 ✔ - James M Snell (@jasnell) (TSC): https://github.com/nodejs/node/pull/56240#pullrequestreview-2500132554 ✔ - Yagiz Nizipli (@anonrig) (TSC): https://github.com/nodejs/node/pull/56240#pullrequestreview-2502457189 ✔ - Marco Ippolito (@marco-ippolito) (TSC): https://github.com/nodejs/node/pull/56240#pullrequestreview-2503634697 ✔ - Luigi Pinca (@lpinca): https://github.com/nodejs/node/pull/56240#pullrequestreview-2522146356 ✔ Last GitHub CI successful ℹ Last Full PR CI on 2025-01-02T20:39:19Z: https://ci.nodejs.org/job/node-test-pull-request/64298/ - Querying data for job/node-test-pull-request/64298/ ✔ Last Jenkins CI successful -------------------------------------------------------------------------------- ✔ Aborted `git node land` session in /home/runner/work/node/node/.ncuhttps://github.com/nodejs/node/actions/runs/12598760537 |
Could someone re-approve? I had to rebase it on top of main. |
Landed in bf3bc4e |
Refs: #56201