-
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
tools: refactor license2rtf.js to ESM #43101
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nodejs-github-bot
added
build
Issues and PRs related to build files or the CI.
needs-ci
PRs that need a full CI run.
tools
Issues and PRs related to the tools directory.
windows
Issues and PRs related to the Windows platform.
labels
May 14, 2022
F3n67u
changed the title
tools: refactor license2rtf.js to esm module
tools: refactor license2rtf.js to ESM
May 15, 2022
F3n67u
force-pushed
the
esm/license2rtf
branch
3 times, most recently
from
May 16, 2022 02:19
c41fa26
to
e31032d
Compare
aduh95
reviewed
May 22, 2022
aduh95
approved these changes
May 22, 2022
aduh95
added
author ready
PRs that have at least one approval, no pending requests for changes, and a CI started.
release
Issues and PRs related to Node.js releases.
and removed
windows
Issues and PRs related to the Windows platform.
build
Issues and PRs related to build files or the CI.
needs-ci
PRs that need a full CI run.
labels
May 22, 2022
JungMinu
approved these changes
May 25, 2022
aduh95
added
the
commit-queue
Add this label to land a pull request using GitHub Actions.
label
May 25, 2022
nodejs-github-bot
added
commit-queue-failed
An error occurred while landing this pull request using GitHub Actions.
and removed
commit-queue
Add this label to land a pull request using GitHub Actions.
labels
May 25, 2022
Commit Queue failed- Loading data for nodejs/node/pull/43101 ✔ Done loading data for nodejs/node/pull/43101 ----------------------------------- PR info ------------------------------------ Title tools: refactor license2rtf.js to ESM (#43101) Author Feng Yu (@F3n67u) Branch F3n67u:esm/license2rtf -> nodejs:master Labels tools, author ready, release Commits 1 - tools: refactor license2rtf.js to ESM Committers 1 - Feng Yu PR-URL: https://github.com/nodejs/node/pull/43101 Reviewed-By: Antoine du Hamel Reviewed-By: Minwoo Jung ------------------------------ Generated metadata ------------------------------ PR-URL: https://github.com/nodejs/node/pull/43101 Reviewed-By: Antoine du Hamel Reviewed-By: Minwoo Jung -------------------------------------------------------------------------------- ℹ This PR was created on Sat, 14 May 2022 14:00:55 GMT ✔ Approvals: 2 ✔ - Antoine du Hamel (@aduh95) (TSC): https://github.com/nodejs/node/pull/43101#pullrequestreview-980957299 ✔ - Minwoo Jung (@JungMinu): https://github.com/nodejs/node/pull/43101#pullrequestreview-984239772 ✔ Last GitHub CI successful ✖ No Jenkins CI runs detected -------------------------------------------------------------------------------- ✔ Aborted `git node land` session in /home/runner/work/node/node/.ncuhttps://github.com/nodejs/node/actions/runs/2385162248 |
RaisinTen
approved these changes
May 25, 2022
RaisinTen
added
needs-ci
PRs that need a full CI run.
and removed
commit-queue-failed
An error occurred while landing this pull request using GitHub Actions.
labels
May 25, 2022
Landed in 30cb1bf |
19 tasks
richardlau
added
dont-land-on-v14.x
dont-land-on-v18.x
PRs that should not land on the v18.x-staging branch and should not be released in v18.x.
labels
May 26, 2022
FWIW, this was merged despite a failed Jenkins CI. |
Thanks for your info. |
This was reverted in #43214 because of the failed Jenkins CI -- it was causing the CI to consistently fail on Windows. |
This was referenced May 28, 2022
This was referenced May 30, 2022
danielleadams
pushed a commit
that referenced
this pull request
Jun 11, 2022
PR-URL: #43101 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Minwoo Jung <nodecorelab@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com>
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
author ready
PRs that have at least one approval, no pending requests for changes, and a CI started.
dont-land-on-v18.x
PRs that should not land on the v18.x-staging branch and should not be released in v18.x.
release
Issues and PRs related to Node.js releases.
tools
Issues and PRs related to the tools directory.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR tries to refactor license2rtf.js to ESM. Should still produce the same result:
Changes:
pipeline
promise version instead of a serial ofpipe
function to improve readability