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

src: fix return type of method in string_search.h by RaisinTen · Pull Request #37167 · nodejs/node · GitHub

/ node Public

src: fix return type of method in string_search.h - #37167

Closed
RaisinTen wants to merge 1 commit into
nodejs:masterfrom
RaisinTen:src/fix-type-in-string_search.h
Closed

src: fix return type of method in string_search.h#37167
RaisinTen wants to merge 1 commit into
nodejs:masterfrom
RaisinTen:src/fix-type-in-string_search.h

Conversation

Copy link
Copy Markdown
Member

Vector::forward() is supposed to return a bool.

nodejs-github-bot added buffer Issues and PRs related to the buffer subsystem. c++ Issues and PRs that require attention from people who are familiar with C++. labels Feb 1, 2021

This comment has been minimized.

This comment has been minimized.

RaisinTen added the author ready PRs that have at least one approval, no outstanding review comments, and a CI started. label Feb 2, 2021

This comment has been minimized.

This comment has been minimized.

This comment has been minimized.

This comment has been minimized.

This comment has been minimized.

This comment has been minimized.

`Vector::forward()` is supposed to return a `bool`.
RaisinTen force-pushed the src/fix-type-in-string_search.h branch from 34af3e0 to 053938e Compare February 9, 2021 11:53

This comment has been minimized.

Copy link
Copy Markdown
Collaborator

This comment has been minimized.

Copy link
Copy Markdown
Collaborator

RaisinTen added a commit that referenced this pull request Feb 10, 2021
`Vector::forward()` is supposed to return a `bool`.

PR-URL: #37167
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>

Copy link
Copy Markdown
Member Author

Landed in e045dda 🎉

RaisinTen closed this Feb 10, 2021
RaisinTen deleted the src/fix-type-in-string_search.h branch February 10, 2021 13:28
danielleadams pushed a commit that referenced this pull request Feb 16, 2021
`Vector::forward()` is supposed to return a `bool`.

PR-URL: #37167
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
This was referenced Feb 16, 2021
targos pushed a commit that referenced this pull request May 1, 2021
`Vector::forward()` is supposed to return a `bool`.

PR-URL: #37167
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Rich Trott <rtrott@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

author ready PRs that have at least one approval, no outstanding review comments, and a CI started. buffer Issues and PRs related to the buffer subsystem. 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.

7 participants


Back | FazBrowse Home | New Git URL