Skip to content

src: fix --without-inspector build - #7078

Merged
addaleax merged 1 commit into
nodejs:masterfrom
addaleax:fix-without-inspector-build
Jun 1, 2016
Merged

src: fix --without-inspector build#7078
addaleax merged 1 commit into
nodejs:masterfrom
addaleax:fix-without-inspector-build

Conversation

@addaleax

Copy link
Copy Markdown
Member
Checklist
  • tests and code linting passes
  • the commit message follows commit guidelines
Affected core subsystem(s)

src

Description of change

Use HAVE_INSPECTOR as the 0/1 boolean macro that it is, as opposed to a defined/not-defined boolean.

@addaleaxaddaleax 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 May 31, 2016
@addaleax

Copy link
Copy Markdown
MemberAuthor

@cjihrig

Copy link
Copy Markdown
Contributor

LGTM

@mhdawson

Copy link
Copy Markdown
Member

LGTM, allowed me to compile AIX with --without-inspector

Use `HAVE_INSPECTOR` as the 0/1 boolean macro that it is, as opposed
to a defined/not-defined boolean.
PR-URL: nodejs#7078
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
@addaleax
addaleaxforce-pushed the fix-without-inspector-build branch from 6cfc1a7 to 3e7c5bcCompareJune 1, 2016 18:27
@addaleax
addaleax merged commit 3e7c5bc into nodejs:masterJun 1, 2016
@addaleax
addaleax deleted the fix-without-inspector-build branch June 1, 2016 18:33
@addaleaxaddaleax added the inspector Issues and PRs related to the V8 inspector protocol label Jun 10, 2016
@MylesBorinsMylesBorins added this to the 7.0.0 milestone Jun 14, 2016
Fishrock123 pushed a commit that referenced this pull request Jul 5, 2016
Use `HAVE_INSPECTOR` as the 0/1 boolean macro that it is, as opposed
to a defined/not-defined boolean.
PR-URL: #7078
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
@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 protocollib / srcIssues 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.

5 participants

@addaleax@cjihrig@mhdawson@MylesBorins@Fishrock123