Skip to content

inspector: get rid of the make_unique - #20895

Merged
eugeneo merged 0 commit into
nodejs:masterfrom
eugeneo:no_make_unique
May 22, 2018
Merged

inspector: get rid of the make_unique#20895
eugeneo merged 0 commit into
nodejs:masterfrom
eugeneo:no_make_unique

Conversation

@eugeneo

Copy link
Copy Markdown
Contributor
Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

@eugeneo
eugeneo requested a review from apapirovskiMay 22, 2018 21:22
@nodejs-github-botnodejs-github-bot added c++ Issues and PRs that require attention from people who are familiar with C++. dont-land-on-v4.x inspector Issues and PRs related to the V8 inspector protocol labels May 22, 2018
@eugeneo

Copy link
Copy Markdown
ContributorAuthor

@eugeneoeugeneo mentioned this pull request May 22, 2018
3 tasks
@addaleaxaddaleax added the fast-track PRs that do not need to wait for 48 hours to land. label May 22, 2018
@richardlau

Copy link
Copy Markdown
Member

No objections to this as a workaround, but the real issue is that non-regular CI jobs like CitGM (nodejs/build#1254) are not using the same level of compilers as the normal Node.js CI runs.

@apapirovski

Copy link
Copy Markdown
Contributor

Please also update src/inspector/tracing_agent.cc.

@eugeneo

Copy link
Copy Markdown
ContributorAuthor

@apapirovski Oops - forgot to also grep the subfolders. Done.

CI: https://ci.nodejs.org/job/node-test-pull-request/15036/

@eugeneo

Copy link
Copy Markdown
ContributorAuthor

There's a number of test failures but none of them is inspector-related (and this change is basically compiler-time only)

@eugeneoeugeneo closed this May 22, 2018
@eugeneo
eugeneo deleted the no_make_unique branch May 22, 2018 23:33
@eugeneo
eugeneo merged commit 7f610a1 into nodejs:masterMay 22, 2018
@eugeneo

Copy link
Copy Markdown
ContributorAuthor

Landed as 7f610a1

MylesBorins pushed a commit that referenced this pull request May 23, 2018
PR-URL: #20895
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Anatoli Papirovski <apapirovski@mac.com>
Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com>
MylesBorins pushed a commit that referenced this pull request May 23, 2018
PR-URL: #20895
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Anatoli Papirovski <apapirovski@mac.com>
Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com>
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++.fast-trackPRs that do not need to wait for 48 hours to land.inspectorIssues and PRs related to the V8 inspector protocol

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants

@eugeneo@richardlau@apapirovski@addaleax@TimothyGu@nodejs-github-bot