Skip to content

Conversation

@addaleax
Copy link
Member

The error check doesn't matter because a failure would be ignored as part of the loop condition.

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

src

The error check doesn't matter because a failure would be ignored as part of the loop condition.
@nodejs-github-botnodejs-github-bot added the c++ Issues and PRs that require attention from people who are familiar with C++. label Nov 11, 2017
@addaleax
Copy link
MemberAuthor

CI: https://ci.nodejs.org/job/node-test-commit/14022/

This should be ready.

@addaleax
Copy link
MemberAuthor

Landed in 8854598

@addaleaxaddaleax deleted the backtrace-superfluous-line branch November 18, 2017 19:58
addaleax added a commit that referenced this pull request Nov 18, 2017
The error check doesn't matter because a failure would be ignored as part of the loop condition. PR-URL: #16950 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]>
MylesBorins pushed a commit that referenced this pull request Dec 12, 2017
The error check doesn't matter because a failure would be ignored as part of the loop condition. PR-URL: #16950 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]>
@MylesBorinsMylesBorins mentioned this pull request Dec 12, 2017
@MylesBorins
Copy link
Contributor

@addaleax should this be backported to v6.x or v8.x?

@MylesBorins
Copy link
Contributor

ping @addaleax

@MylesBorins
Copy link
Contributor

ping @addaleax

MylesBorins pushed a commit that referenced this pull request May 22, 2018
The error check doesn't matter because a failure would be ignored as part of the loop condition. PR-URL: #16950 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]>
MylesBorins pushed a commit that referenced this pull request Jun 14, 2018
The error check doesn't matter because a failure would be ignored as part of the loop condition. PR-URL: #16950 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]>
@MylesBorinsMylesBorins mentioned this pull request Jul 9, 2018
rvagg pushed a commit that referenced this pull request Aug 16, 2018
The error check doesn't matter because a failure would be ignored as part of the loop condition. PR-URL: #16950 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]>
Sign up for freeto 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.

8 participants

@addaleax@MylesBorins@refack@jasnell@targos@cjihrig@gireeshpunathil@nodejs-github-bot