Skip to content

src: clean up string_search - #7174

Merged
mscdex merged 1 commit into
nodejs:masterfrom
mscdex:src-lint
Jun 14, 2016
Merged

src: clean up string_search#7174
mscdex merged 1 commit into
nodejs:masterfrom
mscdex:src-lint

Conversation

@mscdex

Copy link
Copy Markdown
Contributor
Checklist
  • tests and code linting passes
  • the commit message follows commit guidelines
Affected core subsystem(s)
  • src (string_search)
Description of change

This commit removes some unnecessary signed checks on unsigned variables and removes a few unused private functions.

@mscdexmscdex added c++ Issues and PRs that require attention from people who are familiar with C++. lib / src Issues and PRs related to general changes in the lib or src directory. labels Jun 6, 2016
@mscdex

Copy link
Copy Markdown
ContributorAuthor

@thefourtheye

Copy link
Copy Markdown
Contributor

LGTM if CI is green.

@bnoordhuis

Copy link
Copy Markdown
Member

LGTM

3 similar comments
@addaleax

Copy link
Copy Markdown
Member

LGTM

@cjihrig

Copy link
Copy Markdown
Contributor

LGTM

@jasnell

Copy link
Copy Markdown
Member

LGTM

This commit removes some unnecessary signed checks on unsigned
variables and removes a few unused private functions.
PR-URL: nodejs#7174
Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
@mscdex
mscdex merged commit f914f37 into nodejs:masterJun 14, 2016
@mscdex
mscdex deleted the src-lint branch June 14, 2016 20:13
evanlucas pushed a commit that referenced this pull request Jun 16, 2016
This commit removes some unnecessary signed checks on unsigned
variables and removes a few unused private functions.
PR-URL: #7174
Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
@evanlucasevanlucas mentioned this pull request Jun 16, 2016
@MylesBorins

Copy link
Copy Markdown
Contributor

@mscdex lts?

@mscdex

mscdex commented Jul 11, 2016

Copy link
Copy Markdown
ContributorAuthor

@thealphanerd Yeah I believe it should be safe enough.

@MylesBorins

Copy link
Copy Markdown
Contributor

@mscdex it unfortunately doesn't land cleanly. Would you be willing to backport?

@mscdexmscdex mentioned this pull request Jul 12, 2016
mscdex added a commit to mscdex/io.js that referenced this pull request Jul 12, 2016
This commit removes some unnecessary signed checks on unsigned
variables.
PR-URL: nodejs#7174
Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
MylesBorins pushed a commit that referenced this pull request Jul 14, 2016
This commit removes some unnecessary signed checks on unsigned
variables.
PR-URL: #7174
Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
MylesBorins pushed a commit that referenced this pull request Jul 14, 2016
This commit removes some unnecessary signed checks on unsigned
variables.
PR-URL: #7174
Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
MylesBorins pushed a commit that referenced this pull request Jul 14, 2016
This commit removes some unnecessary signed checks on unsigned
variables.
PR-URL: #7174
Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
@MylesBorinsMylesBorins mentioned this pull request Jul 14, 2016
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++.lib / srcIssues and PRs related to general changes in the lib or src directory.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants

@mscdex@thefourtheye@bnoordhuis@addaleax@cjihrig@jasnell@MylesBorins