-
Notifications
You must be signed in to change notification settings - Fork 29.7k
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: deprecation code for isWebAssemblyCompiledModule #50486
doc: deprecation code for isWebAssemblyCompiledModule #50486
Conversation
Commit Queue failed- Loading data for nodejs/node/pull/50486 ✔ Done loading data for nodejs/node/pull/50486 ----------------------------------- PR info ------------------------------------ Title doc: deprecation code for isWebAssemblyCompiledModule (#50486) Author Marco Ippolito (@marco-ippolito) Branch marco-ippolito:feat/deprecate-isWebAssemblyCompiledModule -> nodejs:main Labels doc, deprecations Commits 4 - doc: deprecation code for isWebAssemblyCompiledModule - addded pr url - Update deprecations.md - fix Committers 2 - Marco Ippolito - GitHub PR-URL: https://github.com/nodejs/node/pull/50486 Reviewed-By: Paolo Insogna Reviewed-By: James M Snell ------------------------------ Generated metadata ------------------------------ PR-URL: https://github.com/nodejs/node/pull/50486 Reviewed-By: Paolo Insogna Reviewed-By: James M Snell -------------------------------------------------------------------------------- ℹ This PR was created on Tue, 31 Oct 2023 10:03:58 GMT ✔ Approvals: 2 ✔ - Paolo Insogna (@ShogunPanda): https://github.com/nodejs/node/pull/50486#pullrequestreview-1708249819 ✔ - James M Snell (@jasnell) (TSC): https://github.com/nodejs/node/pull/50486#pullrequestreview-1726083822 ✔ 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 ✔ origin/main is now up-to-date - Downloading patch for 50486 From https://github.com/nodejs/node * branch refs/pull/50486/merge -> FETCH_HEAD ✔ Fetched commits as 83e6350b826a..3f0db4ecc604 -------------------------------------------------------------------------------- [main 25fe4458f4] doc: deprecation code for isWebAssemblyCompiledModule Author: Marco Ippolito Date: Tue Oct 31 12:00:56 2023 +0200 1 file changed, 18 insertions(+) [main 68ab441ba5] addded pr url Author: Marco Ippolito Date: Tue Oct 31 12:04:25 2023 +0200 1 file changed, 1 insertion(+), 1 deletion(-) [main 416bf34715] Update deprecations.md Author: Marco Ippolito Date: Tue Oct 31 12:17:41 2023 +0200 1 file changed, 2 insertions(+), 2 deletions(-) [main 1e3b421ffb] fix Author: Marco Ippolito Date: Tue Oct 31 14:16:18 2023 +0200 1 file changed, 2 insertions(+), 2 deletions(-) ✔ Patches applied There are 4 commits in the PR. Attempting autorebase. Rebasing (2/8)https://github.com/nodejs/node/actions/runs/6835327454 |
65723c3
to
b97c02b
Compare
Commit Queue failed- Loading data for nodejs/node/pull/50486 ✔ Done loading data for nodejs/node/pull/50486 ----------------------------------- PR info ------------------------------------ Title doc: deprecation code for isWebAssemblyCompiledModule (#50486) Author Marco Ippolito (@marco-ippolito) Branch marco-ippolito:feat/deprecate-isWebAssemblyCompiledModule -> nodejs:main Labels doc, deprecations Commits 1 - doc: deprecation code for isWebAssemblyCompiledModule Committers 1 - marco-ippolito PR-URL: https://github.com/nodejs/node/pull/50486 Reviewed-By: Paolo Insogna Reviewed-By: James M Snell ------------------------------ Generated metadata ------------------------------ PR-URL: https://github.com/nodejs/node/pull/50486 Reviewed-By: Paolo Insogna Reviewed-By: James M Snell -------------------------------------------------------------------------------- ⚠ Commits were pushed since the last approving review: ⚠ - doc: deprecation code for isWebAssemblyCompiledModule ℹ This PR was created on Tue, 31 Oct 2023 10:03:58 GMT ✔ Approvals: 2 ✔ - Paolo Insogna (@ShogunPanda): https://github.com/nodejs/node/pull/50486#pullrequestreview-1708249819 ✔ - James M Snell (@jasnell) (TSC): https://github.com/nodejs/node/pull/50486#pullrequestreview-1726083822 ✔ Last GitHub CI successful ℹ Green GitHub CI is sufficient -------------------------------------------------------------------------------- ✔ Aborted `git node land` session in /home/runner/work/node/node/.ncuhttps://github.com/nodejs/node/actions/runs/6836131662 |
Please correct the commit message (it's missing a verb) |
b97c02b
to
38f52f8
Compare
Commit Queue failed- Loading data for nodejs/node/pull/50486 ✔ Done loading data for nodejs/node/pull/50486 ----------------------------------- PR info ------------------------------------ Title doc: deprecation code for isWebAssemblyCompiledModule (#50486) Author Marco Ippolito (@marco-ippolito) Branch marco-ippolito:feat/deprecate-isWebAssemblyCompiledModule -> nodejs:main Labels doc, deprecations Commits 1 - doc: create deprecation code for isWebAssemblyCompiledModule Committers 1 - marco-ippolito PR-URL: https://github.com/nodejs/node/pull/50486 Reviewed-By: Paolo Insogna Reviewed-By: James M Snell ------------------------------ Generated metadata ------------------------------ PR-URL: https://github.com/nodejs/node/pull/50486 Reviewed-By: Paolo Insogna Reviewed-By: James M Snell -------------------------------------------------------------------------------- ⚠ Commits were pushed since the last approving review: ⚠ - doc: create deprecation code for isWebAssemblyCompiledModule ℹ This PR was created on Tue, 31 Oct 2023 10:03:58 GMT ✔ Approvals: 2 ✔ - Paolo Insogna (@ShogunPanda): https://github.com/nodejs/node/pull/50486#pullrequestreview-1708249819 ✔ - James M Snell (@jasnell) (TSC): https://github.com/nodejs/node/pull/50486#pullrequestreview-1726083822 ✔ Last GitHub CI successful ℹ Green GitHub CI is sufficient -------------------------------------------------------------------------------- ✔ Aborted `git node land` session in /home/runner/work/node/node/.ncuhttps://github.com/nodejs/node/actions/runs/6960144937 |
Landed in 3782006 |
PR-URL: #50486 Reviewed-By: Paolo Insogna <paolo@cowtech.it> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
PR-URL: nodejs#50486 Reviewed-By: Paolo Insogna <paolo@cowtech.it> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
PR-URL: nodejs#50486 Reviewed-By: Paolo Insogna <paolo@cowtech.it> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
PR-URL: #50486 Reviewed-By: Paolo Insogna <paolo@cowtech.it> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
PR-URL: #50486 Reviewed-By: Paolo Insogna <paolo@cowtech.it> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
PR-URL: #50486 Reviewed-By: Paolo Insogna <paolo@cowtech.it> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
PR-URL: #50486 Reviewed-By: Paolo Insogna <paolo@cowtech.it> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
PR-URL: #50486 Reviewed-By: Paolo Insogna <paolo@cowtech.it> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
PR-URL: #50486 Reviewed-By: Paolo Insogna <paolo@cowtech.it> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
It was missing deprecation code