-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
fs: remove experimental from promises.rmdir recursive #36131
Conversation
This was missed in commit 35b17d9. Refs: nodejs#34278 Refs: nodejs#35171 Signed-off-by: Anders Kaseorg <andersk@mit.edu>
I think the YAML immediately above needs to be updated, the |
@benjamingr To be clear, you’re suggesting the addition of a No such entries were added in #35171, and I don’t think they should be necessary. The decision to remove experimental status means that we relinquish the right to quietly make backward incompatible changes. For a feature that has not had any previous backward incompatible changes, this relinquishment applies retroactively to all versions where it exists, and the result is the same as if the feature had never been experimental at all. If my reasoning is incorrect, let me know and I’ll be happy to add them. |
@andersk, @Trott, @benjamingr not sure if we need to add the |
This comment has been minimized.
This comment has been minimized.
Commit Queue failed- Loading data for nodejs/node/pull/36131 ✔ Done loading data for nodejs/node/pull/36131 ----------------------------------- PR info ------------------------------------ Title fs: remove experimental from promises.rmdir recursive (#36131) Author Anders Kaseorg (@andersk, first-time contributor) Branch andersk:fs-promises-rmdir-recursive -> nodejs:master Labels author ready, doc, fs Commits 1 - fs: remove experimental from promises.rmdir recursive Committers 1 - Anders Kaseorg PR-URL: https://github.com/nodejs/node/pull/36131 Refs: https://github.com/nodejs/node/issues/34278 Refs: https://github.com/nodejs/node/pull/35171 Reviewed-By: Benjamin Gruenbaum Reviewed-By: Rich Trott Reviewed-By: Ben Coe Reviewed-By: Luigi Pinca Reviewed-By: James M Snell ------------------------------ Generated metadata ------------------------------ PR-URL: https://github.com/nodejs/node/pull/36131 Refs: https://github.com/nodejs/node/issues/34278 Refs: https://github.com/nodejs/node/pull/35171 Reviewed-By: Benjamin Gruenbaum Reviewed-By: Rich Trott Reviewed-By: Ben Coe Reviewed-By: Luigi Pinca Reviewed-By: James M Snell -------------------------------------------------------------------------------- ✖ GitHub CI is still running ℹ Doc-only changes ℹ This PR was created on Mon, 16 Nov 2020 04:28:56 GMT ✔ Approvals: 5 ✔ - Benjamin Gruenbaum (@benjamingr): https://github.com/nodejs/node/pull/36131#pullrequestreview-531104541 ✔ - Rich Trott (@Trott) (TSC): https://github.com/nodejs/node/pull/36131#pullrequestreview-531392319 ✔ - Ben Coe (@bcoe): https://github.com/nodejs/node/pull/36131#pullrequestreview-531473309 ✔ - Luigi Pinca (@lpinca): https://github.com/nodejs/node/pull/36131#pullrequestreview-531678115 ✔ - James M Snell (@jasnell) (TSC): https://github.com/nodejs/node/pull/36131#pullrequestreview-532649062 -------------------------------------------------------------------------------- ✔ Aborted `git node land` session in /home/runner/work/node/node/.ncuhttps://github.com/nodejs/node/actions/runs/370844246 |
Landed in d7bfa58...275aa68 |
This was missed in commit 35b17d9. Refs: #34278 Refs: #35171 Signed-off-by: Anders Kaseorg <andersk@mit.edu> PR-URL: #36131 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Ben Coe <bencoe@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
This was missed in commit 35b17d9. Refs: #34278 Refs: #35171 Signed-off-by: Anders Kaseorg <andersk@mit.edu> PR-URL: #36131 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Ben Coe <bencoe@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
This was missed in commit 35b17d9. Refs: #34278 Refs: #35171 Signed-off-by: Anders Kaseorg <andersk@mit.edu> PR-URL: #36131 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Ben Coe <bencoe@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
This was missed in commit 35b17d9. Refs: #34278 Refs: #35171 Signed-off-by: Anders Kaseorg <andersk@mit.edu> PR-URL: #36131 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Ben Coe <bencoe@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
This was missed in commit 35b17d9. Refs: #34278 Refs: #35171 Signed-off-by: Anders Kaseorg <andersk@mit.edu> PR-URL: #36131 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Ben Coe <bencoe@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
This was missed in commit 35b17d9.
Refs: #34278
Refs: #35171
Checklist