FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

fs: replace finally with PromisePrototypeFinally by baruchiro · Pull Request #35995 · nodejs/node · GitHub

/ node Public

fs: replace finally with PromisePrototypeFinally - #35995

Closed
baruchiro wants to merge 1 commit into
nodejs:masterfrom
baruchiro:patch-1
Closed

fs: replace finally with PromisePrototypeFinally#35995
baruchiro wants to merge 1 commit into
nodejs:masterfrom
baruchiro:patch-1

Conversation

baruchiro commented Nov 6, 2020
edited
Loading

Copy link
Copy Markdown
Contributor

See suggestion here- #35993 (comment)

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

nodejs-github-bot added the fs Issues and PRs related to the fs subsystem / file system. label Nov 6, 2020
Comment thread lib/internal/fs/promises.js Outdated

aduh95 commented Nov 6, 2020

Copy link
Copy Markdown
Contributor

If you could change other .finally calls in this file as well, that'd be nice.

Copy link
Copy Markdown
Contributor Author

Sorry for the force push, I following the commit guidelines now (I hope)

baruchiro changed the title Suggested refactor by #35993 fs: replace finally with PromisePrototypeFinally Nov 7, 2020

aduh95 commented Nov 7, 2020

Copy link
Copy Markdown
Contributor

@baruchiro Can you rebase to resolve the conflict please?

git fetch upstream master
git rebase upstream/master -i

Copy link
Copy Markdown
Contributor Author

About initializing the workspace and running vcbuild test, I found a bug in the vcbuild.bat file related to *Visual Studio 19 Preview`, I have one fix for that (but it not solving the whole process).

Where should I open a bug and/or PR for that?

(PR will be here, of course... But should I open an issue first? Do I need to open the issue in the current repo, even if it not related to node itself, but to the repo itself?)

aduh95 commented Nov 8, 2020

Copy link
Copy Markdown
Contributor

Where should I open a bug and/or PR for that?

If you have a fix, PR is very welcome. Issue is not necessary if your PR describes the problem and the solution.

aduh95 added the request-ci Add this label to start a Jenkins CI on a PR. label Nov 8, 2020
aduh95 added the author ready PRs that have at least one approval, no outstanding review comments, and a CI started. label Nov 8, 2020
github-actions Bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Nov 8, 2020

This comment has been minimized.

This comment has been minimized.

nodejs-github-bot commented Nov 8, 2020
edited by aduh95
Loading

Copy link
Copy Markdown
Collaborator

Copy link
Copy Markdown
Contributor Author

@benjamingr As first-time contributor I allow myself to ask "what now?"

When this PR will be merged?
Do I need to do something?

aduh95 commented Nov 9, 2020

Copy link
Copy Markdown
Contributor

@baruchiro Your PR is author ready, that means you don't have anything left to do :) You just have to wait for someone landing it for you on master. You can read more about what's the process here: https://github.com/nodejs/node/blob/master/doc/guides/collaborator-guide.md#accepting-modifications

aduh95 added the commit-queue Add this label to land a pull request using GitHub Actions. label Nov 9, 2020
github-actions Bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Nov 9, 2020

github-actions Bot commented Nov 9, 2020

Copy link
Copy Markdown
Contributor

Landed in 36fbbe0...a8b9ede

github-actions Bot closed this Nov 9, 2020
nodejs-github-bot pushed a commit that referenced this pull request Nov 9, 2020
#35993 (comment)

PR-URL: #35995
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>

Copy link
Copy Markdown
Contributor Author

@aduh95 So it actually taked my commits into master, but not by the Github PR interface?

Interesting technique 😀

aduh95 commented Nov 9, 2020

Copy link
Copy Markdown
Contributor

@baruchiro yes, the reasons are outlined here: https://github.com/nodejs/node/blob/master/doc/guides/collaborator-guide.md#landing-pull-requests

But anyway, you are now officially a Node.js contributor, congrats 🎉

baruchiro deleted the patch-1 branch November 9, 2020 19:15

Copy link
Copy Markdown
Contributor Author

Hooray!! 🥇

But now I can't write that in my CV, because I don't know how to answer the question "What you did as a Node.js contributor?"... 😉😉

Never mind, I'm sure the next contribution I will understand more. I just need to find the next one.

Copy link
Copy Markdown
Member

Feel free to ping me on Facebook for more contribution ideas :)

danielleadams pushed a commit that referenced this pull request Nov 10, 2020
#35993 (comment)

PR-URL: #35995
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
danielleadams mentioned this pull request Nov 10, 2020
BethGriggs pushed a commit that referenced this pull request Dec 9, 2020
#35993 (comment)

PR-URL: #35995
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
BethGriggs pushed a commit that referenced this pull request Dec 10, 2020
#35993 (comment)

PR-URL: #35995
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
BethGriggs mentioned this pull request Dec 10, 2020
BethGriggs pushed a commit that referenced this pull request Dec 15, 2020
#35993 (comment)

PR-URL: #35995
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.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 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 outstanding review comments, and a CI started. fs Issues and PRs related to the fs subsystem / file system.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants


Back | FazBrowse Home | New Git URL