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

src: use std::unique_ptr in base-object-inl.h by fhinkel · Pull Request #17079 · nodejs/node · GitHub

/ node Public

src: use std::unique_ptr in base-object-inl.h - #17079

Closed
fhinkel wants to merge 1 commit into
nodejs:masterfrom
fhinkel:nov/uniq_ptr_base_object
Closed

src: use std::unique_ptr in base-object-inl.h#17079
fhinkel wants to merge 1 commit into
nodejs:masterfrom
fhinkel:nov/uniq_ptr_base_object

Conversation

fhinkel commented Nov 16, 2017

Copy link
Copy Markdown
Contributor

Drive-by fix: delete superflouos nullptr in ptr.reset().

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

src

nodejs-github-bot added the c++ Issues and PRs that require attention from people who are familiar with C++. label Nov 16, 2017
Drive-by fix: delete superflouos nullptr in ptr.reset().
fhinkel force-pushed the nov/uniq_ptr_base_object branch from 68f7a88 to 5beb1c4 Compare November 18, 2017 13:19

fhinkel commented Nov 18, 2017

Copy link
Copy Markdown
Contributor Author

fhinkel commented Nov 19, 2017

Copy link
Copy Markdown
Contributor Author

Landed in f841fc6.

fhinkel closed this Nov 19, 2017
fhinkel added a commit that referenced this pull request Nov 19, 2017
Drive-by fix: delete superflouos nullptr in ptr.reset().

PR-URL: #17079
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Timothy Gu <timothygu99@gmail.com>
MylesBorins pushed a commit that referenced this pull request Dec 12, 2017
Drive-by fix: delete superflouos nullptr in ptr.reset().

PR-URL: #17079
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Timothy Gu <timothygu99@gmail.com>
MylesBorins mentioned this pull request Dec 12, 2017
gibfahn pushed a commit that referenced this pull request Dec 19, 2017
Drive-by fix: delete superflouos nullptr in ptr.reset().

PR-URL: #17079
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Timothy Gu <timothygu99@gmail.com>

Copy link
Copy Markdown
Contributor

This needs a manual backport for v6.x

gibfahn mentioned this pull request Dec 20, 2017
gibfahn pushed a commit that referenced this pull request Dec 20, 2017
Drive-by fix: delete superflouos nullptr in ptr.reset().

PR-URL: #17079
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Timothy Gu <timothygu99@gmail.com>
gibfahn mentioned this pull request Dec 20, 2017
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++.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants


Back | FazBrowse Home | New Git URL