Skip to content
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

errors: remove dead code #20483

Closed
wants to merge 1 commit into from
Closed

Conversation

BridgeAR
Copy link
Member

@BridgeAR BridgeAR commented May 2, 2018

This was never falsy, since an array length can only be an integer.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines

This was never falsy, since an array length can only be an integer.
@nodejs-github-bot nodejs-github-bot added the errors Issues and PRs related to JavaScript errors originated in Node.js core. label May 2, 2018
@BridgeAR
Copy link
Member Author

BridgeAR commented May 2, 2018

@BridgeAR BridgeAR added the fast-track PRs that do not need to wait for 48 hours to land. label May 4, 2018
@BridgeAR
Copy link
Member Author

BridgeAR commented May 4, 2018

Please +1 if it is OK for you to fast track.

@addaleax addaleax removed the fast-track PRs that do not need to wait for 48 hours to land. label May 6, 2018
@addaleax
Copy link
Member

addaleax commented May 6, 2018

Landed in 8f1ee0b

(I don’t think asserts really qualify as “dead code”, btw … I mean, not being triggered is kind of their purpose. 😄)

@addaleax addaleax closed this May 6, 2018
addaleax pushed a commit that referenced this pull request May 6, 2018
This was never falsy, since an array length can only be an integer.

PR-URL: #20483
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Khaidi Chu <[email protected]>
Reviewed-By: Trivikram Kamat <[email protected]>
Reviewed-By: Shingo Inoue <[email protected]>
MylesBorins pushed a commit that referenced this pull request May 8, 2018
This was never falsy, since an array length can only be an integer.

PR-URL: #20483
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Khaidi Chu <[email protected]>
Reviewed-By: Trivikram Kamat <[email protected]>
Reviewed-By: Shingo Inoue <[email protected]>
@MylesBorins MylesBorins mentioned this pull request May 8, 2018
MylesBorins pushed a commit that referenced this pull request May 8, 2018
This was never falsy, since an array length can only be an integer.

PR-URL: #20483
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Khaidi Chu <[email protected]>
Reviewed-By: Trivikram Kamat <[email protected]>
Reviewed-By: Shingo Inoue <[email protected]>
MylesBorins pushed a commit that referenced this pull request May 9, 2018
This was never falsy, since an array length can only be an integer.

PR-URL: #20483
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Khaidi Chu <[email protected]>
Reviewed-By: Trivikram Kamat <[email protected]>
Reviewed-By: Shingo Inoue <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
errors Issues and PRs related to JavaScript errors originated in Node.js core.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants