Skip to content

inspector: reduce implementation in header - #7228

Closed
ofrobots wants to merge 1 commit into
nodejs:masterfrom
ofrobots:inspector-pimpl
Closed

inspector: reduce implementation in header#7228
ofrobots wants to merge 1 commit into
nodejs:masterfrom
ofrobots:inspector-pimpl

Conversation

@ofrobots

Copy link
Copy Markdown
Contributor
Checklist
  • make -j4 test (UNIX) or vcbuild test nosign (Windows) passes
  • the commit message follows commit guidelines
Affected core subsystem(s)

inspector

Description of change

This is needed to reduce the coupling between node files that use
node::Environment and inspector class.

Fixes: #7080

@ofrobotsofrobots added the inspector Issues and PRs related to the V8 inspector protocol label Jun 8, 2016
@nodejs-github-botnodejs-github-bot added the c++ Issues and PRs that require attention from people who are familiar with C++. label Jun 8, 2016
@bnoordhuis

Copy link
Copy Markdown
Member

LGTM

This is needed to reduce the coupling between node files that use
node::Environment and inspector class.
Fixes: nodejs#7080
@ofrobots

Copy link
Copy Markdown
ContributorAuthor

ofrobots pushed a commit that referenced this pull request Jun 10, 2016
This is needed to reduce the coupling between node files that use
node::Environment and inspector class.
Fixes: #7080
PR-URL: #7228
Reviewed-By: bnoordhuis - Ben Noordhuis <info@bnoordhuis.nl>
@ofrobots

Copy link
Copy Markdown
ContributorAuthor

Thanks landed as 624734e.

@MylesBorinsMylesBorins added this to the 7.0.0 milestone Jun 14, 2016
Fishrock123 pushed a commit that referenced this pull request Jul 5, 2016
This is needed to reduce the coupling between node files that use
node::Environment and inspector class.
Fixes: #7080
PR-URL: #7228
Reviewed-By: bnoordhuis - Ben Noordhuis <info@bnoordhuis.nl>
Conflicts:
src/node.cc
@Fishrock123Fishrock123 mentioned this pull request Jul 5, 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++.inspectorIssues and PRs related to the V8 inspector protocol

Projects

None yet

Development

Successfully merging this pull request may close these issues.

New Failures in AIX nightly run (possibly v8_inspector change)

5 participants

@ofrobots@bnoordhuis@MylesBorins@Fishrock123@nodejs-github-bot