-
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
doc: mark isWebAssemblyCompiledModule as eol #51442
doc: mark isWebAssemblyCompiledModule as eol #51442
Conversation
Co-authored-by: Richard Lau <rlau@redhat.com>
Co-authored-by: Richard Lau <rlau@redhat.com>
Commit Queue failed- Loading data for nodejs/node/pull/51442 ✔ Done loading data for nodejs/node/pull/51442 ----------------------------------- PR info ------------------------------------ Title doc: mark isWebAssemblyCompiledModule as eol (#51442) Author Marco Ippolito (@marco-ippolito) Branch marco-ippolito:feat/eol-isWebAssemblyCompiledModule -> nodejs:main Labels doc, author ready Commits 3 - doc: mark isWebAssemblyCompiledModule eol - Update doc/api/deprecations.md - Update doc/api/deprecations.md Committers 2 - marco-ippolito - GitHub PR-URL: https://github.com/nodejs/node/pull/51442 Reviewed-By: Benjamin Gruenbaum Reviewed-By: Luigi Pinca Reviewed-By: Mohammed Keyvanzadeh ------------------------------ Generated metadata ------------------------------ PR-URL: https://github.com/nodejs/node/pull/51442 Reviewed-By: Benjamin Gruenbaum Reviewed-By: Luigi Pinca Reviewed-By: Mohammed Keyvanzadeh -------------------------------------------------------------------------------- ℹ This PR was created on Fri, 12 Jan 2024 10:17:00 GMT ✔ Approvals: 3 ✔ - Benjamin Gruenbaum (@benjamingr) (TSC): https://github.com/nodejs/node/pull/51442#pullrequestreview-1818730724 ✔ - Luigi Pinca (@lpinca): https://github.com/nodejs/node/pull/51442#pullrequestreview-1818964796 ✔ - Mohammed Keyvanzadeh (@VoltrexKeyva): https://github.com/nodejs/node/pull/51442#pullrequestreview-1819705315 ✔ Last GitHub CI successful ℹ Green GitHub CI is sufficient -------------------------------------------------------------------------------- ✔ No git cherry-pick in progress ✔ No git am in progress ✔ No git rebase in progress -------------------------------------------------------------------------------- - Bringing origin/main up to date... From https://github.com/nodejs/node * branch main -> FETCH_HEAD ee5cfcb5f7..9fce1df548 main -> origin/main ✔ origin/main is now up-to-date main is out of sync with origin/main. Mismatched commits: - a5c4c2fa40 doc: add links in `offboarding.md` - 9fce1df548 doc: add links in `offboarding.md` -------------------------------------------------------------------------------- HEAD is now at 9fce1df548 doc: add links in `offboarding.md` ✔ Reset to origin/main - Downloading patch for 51442 From https://github.com/nodejs/node * branch refs/pull/51442/merge -> FETCH_HEAD ✔ Fetched commits as 9fce1df54850..ccd0dd616fa4 -------------------------------------------------------------------------------- [main 238f3b8897] doc: mark isWebAssemblyCompiledModule eol Author: marco-ippolito Date: Fri Jan 12 11:10:32 2024 +0100 2 files changed, 5 insertions(+), 23 deletions(-) [main 8f2dbcf5d6] Update doc/api/deprecations.md Author: Marco Ippolito Date: Fri Jan 12 14:37:12 2024 +0100 1 file changed, 1 insertion(+), 1 deletion(-) [main 1a3a8dc6fb] Update doc/api/deprecations.md Author: Marco Ippolito Date: Fri Jan 12 14:37:27 2024 +0100 1 file changed, 1 insertion(+), 1 deletion(-) ✔ Patches applied There are 3 commits in the PR. Attempting autorebase. Rebasing (2/6)https://github.com/nodejs/node/actions/runs/7518569308 |
Landed in 7496bc4 |
PR-URL: nodejs#51442 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
PR-URL: #51442 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
PR-URL: #51442 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
PR-URL: #51442 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
The function
isWebAssemblyCompiledModule
has actually already been removed from the codebase with this commit.I just updated documentation and marked it as EOL since the code isn't there anymore and it could not be runtime deprecated.
Although eol deprecations are semver major, I would not mark it as such because its only a documentation update.