Uh oh!
There was an error while loading. Please reload this page.
lib: refactor platform utility methods - #53817
Merged
nodejs-github-bot merged 1 commit intoJul 15, 2024
Merged
Conversation
nodejs-github-bot
commented
Jul 11, 2024
Collaborator
Review requested:
|
Member
Are these two separate commits (unrelated to one another), or should they be squashed during merge?
|
aduh95
commented
Jul 12, 2024
Contributor
b66edfa should be a separate PR IMO, can you remove it or revert it in this PR please? |
ContributorAuthor
They’re very much related; I separated them just because one is focussed basically on DRYing up the
@redyetidev@aduh95 Done, and moved to #53820. |
danielbayleyforce-pushed
the
utility-platform-cleanup
branch
from
July 12, 2024 12:04
b66edfa to
cd83c5bComparenodejs-github-bot
commented
Jul 12, 2024
Collaborator
daeyeon
approved these changes
Jul 12, 2024
Uh oh!
There was an error while loading. Please reload this page.
jasnell
approved these changes
Jul 13, 2024
danielbayleyforce-pushed
the
utility-platform-cleanup
branch
from
July 13, 2024 11:09
cd83c5b to
1d413e8Compareavivkeller
removed their request for review
July 13, 2024 15:04
marco-ippolito
approved these changes
Jul 14, 2024
nodejs-github-bot
commented
Jul 14, 2024
Collaborator
lpinca
approved these changes
Jul 15, 2024
Qard
approved these changes
Jul 15, 2024
nodejs-github-bot
commented
Jul 15, 2024
Collaborator
Landed in 953abf4 |
aduh95 pushed a commit
that referenced
this pull request
Jul 16, 2024
PR-URL: #53817 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Daeyeon Jeong <daeyeon.dev@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Stephen Belanger <admin@stephenbelanger.com>
Merged
ehsankhfr pushed a commit
to ehsankhfr/node
that referenced
this pull request
Jul 18, 2024
PR-URL: nodejs#53817 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Daeyeon Jeong <daeyeon.dev@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Stephen Belanger <admin@stephenbelanger.com>
This file contains hidden or 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
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Salvaging some of the cleanup work previously done in #53547, for fewer LOC, reuse of methods, and better consistency.