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

util: remove unreachable inspect code by Trott · Pull Request #37941 · nodejs/node · GitHub

/ node Public

util: remove unreachable inspect code - #37941

Merged
Trott merged 1 commit into
nodejs:masterfrom
Trott:remove-unreachable
Mar 29, 2021
Merged

util: remove unreachable inspect code#37941
Trott merged 1 commit into
nodejs:masterfrom
Trott:remove-unreachable

Conversation

Trott commented Mar 27, 2021

Copy link
Copy Markdown
Member

Convert invariant from if statement to an assertion. The condition is
believed to be impossible to trigger.

nodejs-github-bot added needs-ci PRs that need a full CI run. util Issues and PRs related to the built-in util module. labels Mar 27, 2021

Copy link
Copy Markdown
Collaborator

Convert invariant from if statement to an assertion. The condition is
believed to be impossible to trigger.

PR-URL: nodejs#37941
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Trott force-pushed the remove-unreachable branch from 011792d to 45cdc13 Compare March 29, 2021 04:43
Trott merged commit 45cdc13 into nodejs:master Mar 29, 2021

Trott commented Mar 29, 2021

Copy link
Copy Markdown
Member Author

Landed in 45cdc13

Trott deleted the remove-unreachable branch March 29, 2021 04:44
ruyadorno pushed a commit that referenced this pull request Mar 29, 2021
Convert invariant from if statement to an assertion. The condition is
believed to be impossible to trigger.

PR-URL: #37941
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
ruyadorno pushed a commit that referenced this pull request Mar 30, 2021
Convert invariant from if statement to an assertion. The condition is
believed to be impossible to trigger.

PR-URL: #37941
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
ruyadorno mentioned this pull request Mar 30, 2021
targos pushed a commit that referenced this pull request May 1, 2021
Convert invariant from if statement to an assertion. The condition is
believed to be impossible to trigger.

PR-URL: #37941
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
danielleadams mentioned this pull request May 3, 2021
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

needs-ci PRs that need a full CI run. util Issues and PRs related to the built-in util module.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants


Back | FazBrowse Home | New Git URL