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

src: use Check() instead of FromJust in environment by danbev · Pull Request #33706 · nodejs/node · GitHub

/ node Public

src: use Check() instead of FromJust in environment - #33706

Closed
danbev wants to merge 1 commit into
nodejs:masterfrom
danbev:environment-fromjust
Closed

src: use Check() instead of FromJust in environment#33706
danbev wants to merge 1 commit into
nodejs:masterfrom
danbev:environment-fromjust

Conversation

danbev commented Jun 3, 2020

Copy link
Copy Markdown
Contributor

This commit replaces FromJust() calls with Check() in places where the
value that FromJust() returns is not used.

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

This commit replaces FromJust() calls with Check() in places where the
value that FromJust() returns is not used.
nodejs-github-bot added the c++ Issues and PRs that require attention from people who are familiar with C++. label Jun 3, 2020

Copy link
Copy Markdown
Collaborator

danbev added a commit that referenced this pull request Jun 8, 2020
This commit replaces FromJust() calls with Check() in places where the
value that FromJust() returns is not used.

PR-URL: #33706
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: David Carlier <devnexen@gmail.com>

danbev commented Jun 8, 2020

Copy link
Copy Markdown
Contributor Author

Landed in 8a4b5c6.

danbev closed this Jun 8, 2020
danbev deleted the environment-fromjust branch June 8, 2020 04:26
codebytere pushed a commit that referenced this pull request Jun 18, 2020
This commit replaces FromJust() calls with Check() in places where the
value that FromJust() returns is not used.

PR-URL: #33706
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: David Carlier <devnexen@gmail.com>
codebytere mentioned this pull request Jun 28, 2020
codebytere pushed a commit that referenced this pull request Jun 30, 2020
This commit replaces FromJust() calls with Check() in places where the
value that FromJust() returns is not used.

PR-URL: #33706
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: David Carlier <devnexen@gmail.com>
codebytere pushed a commit that referenced this pull request Jul 10, 2020
This commit replaces FromJust() calls with Check() in places where the
value that FromJust() returns is not used.

PR-URL: #33706
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: David Carlier <devnexen@gmail.com>
codebytere mentioned this pull request Jul 13, 2020
codebytere pushed a commit that referenced this pull request Jul 14, 2020
This commit replaces FromJust() calls with Check() in places where the
value that FromJust() returns is not used.

PR-URL: #33706
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: David Carlier <devnexen@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

c++ Issues and PRs that require attention from people who are familiar with C++.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants


Back | FazBrowse Home | New Git URL