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

src: clean up string_search by mscdex · Pull Request #7174 · nodejs/node · GitHub

/ node Public

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 commented Jun 6, 2016

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.

mscdex 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 commented Jun 6, 2016

Copy link
Copy Markdown
Contributor Author

Copy link
Copy Markdown
Contributor

LGTM if CI is green.

Copy link
Copy Markdown
Member

LGTM

3 similar comments

addaleax commented Jun 6, 2016

Copy link
Copy Markdown
Member

LGTM

cjihrig commented Jun 6, 2016

Copy link
Copy Markdown
Contributor

LGTM

jasnell commented Jun 6, 2016

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 merged commit f914f37 into nodejs:master Jun 14, 2016
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>
evanlucas mentioned this pull request Jun 16, 2016

Copy link
Copy Markdown
Contributor

@mscdex lts?

mscdex commented Jul 11, 2016
edited
Loading

Copy link
Copy Markdown
Contributor Author

@thealphanerd Yeah I believe it should be safe enough.

Copy link
Copy Markdown
Contributor

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

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>
MylesBorins mentioned this pull request Jul 14, 2016
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++. lib / src Issues 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


Back | FazBrowse Home | New Git URL