Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: add --enable-d8 configure option #7538

Merged
merged 1 commit into from
Jul 9, 2016

Conversation

bnoordhuis
Copy link
Member

Add an option to the configure script for building d8. Useful for
testing V8 standalone.

@bnoordhuis bnoordhuis added build Issues and PRs related to build files or the CI. v8 engine Issues and PRs related to the V8 dependency. labels Jul 5, 2016
@addaleax
Copy link
Member

addaleax commented Jul 5, 2016

LGTM with (normal) CI: https://ci.nodejs.org/job/node-test-commit/3973/

@jasnell
Copy link
Member

jasnell commented Jul 5, 2016

LGTM

@rvagg
Copy link
Member

rvagg commented Jul 6, 2016

where does the binary land?

is this something we might want to not publicise in ./configure --help? it's yet another thing people will come to us for support with but is not within the scope of what we're shipping, go to the V8 project if you want d8.

@jasnell
Copy link
Member

jasnell commented Jul 6, 2016

I would vote for a silent, undocumented option. This is something I've
found myself wanting on multiple occasions for my own debugging but it's
definitely not something I'd like to have to provide support for
On Jul 5, 2016 5:55 PM, "Rod Vagg" notifications@github.com wrote:

where does the binary land?

is this something we might want to not publicise in ./configure --help?
it's yet another thing people will come to us for support with but is not
within the scope of what we're shipping, go to the V8 project if you want
d8.


You are receiving this because you commented.
Reply to this email directly, view it on GitHub
#7538 (comment), or mute
the thread
https://github.com/notifications/unsubscribe/AAa2eb4lfHGbn6ruwlifGrP7QStcToxUks5qSv0dgaJpZM4JFKyX
.

@bnoordhuis
Copy link
Member Author

@jasnell @rvagg The binary ends up in out/$BUILDTYPE, like other binaries. I've undocumented the switch. LGTY?

@jasnell
Copy link
Member

jasnell commented Jul 6, 2016

Lgtm
On Jul 6, 2016 7:27 AM, "Ben Noordhuis" notifications@github.com wrote:

@jasnell https://github.com/jasnell @rvagg https://github.com/rvagg
The binary ends up in out/$BUILDTYPE, like other binaries. I've
undocumented the switch. LGTY?


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
#7538 (comment), or mute
the thread
https://github.com/notifications/unsubscribe/AAa2eYr9TOEqHlVAIEhXGSGzjIGxn4CUks5qS7tvgaJpZM4JFKyX
.

@rvagg
Copy link
Member

rvagg commented Jul 7, 2016

lgtm!

@gibfahn
Copy link
Member

gibfahn commented Jul 8, 2016

@rvagg @jasnell Would it be possible to have a section of the documentation for unstable and unsupported options? This seems like a useful feature for node debugging.

Add an option to the configure script for building d8.  Useful for
testing V8 standalone.

PR-URL: nodejs#7538
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Rod Vagg <rod@vagg.org>
@bnoordhuis bnoordhuis closed this Jul 9, 2016
@bnoordhuis bnoordhuis deleted the enable-d8 branch July 9, 2016 07:25
@bnoordhuis bnoordhuis merged commit 0a9f27b into nodejs:master Jul 9, 2016
@bnoordhuis
Copy link
Member Author

@gibfahn I'd be alright with a HACKING.md or whatever you want to call it in doc/.

@MylesBorins
Copy link
Contributor

@bnoordhuis lts?

@rvagg
Copy link
Member

rvagg commented Jul 12, 2016

@thealphanerd yes this would be helpful in v4

@MylesBorins
Copy link
Contributor

this does not land cleanly on v4.x @bnoordhuis would you be willing to backport?

bnoordhuis added a commit to bnoordhuis/io.js that referenced this pull request Jul 13, 2016
Add an option to the configure script for building d8.  Useful for
testing V8 standalone.

PR-URL: nodejs#7538
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Rod Vagg <rod@vagg.org>
@bnoordhuis
Copy link
Member Author

#7704

evanlucas pushed a commit that referenced this pull request Jul 13, 2016
Add an option to the configure script for building d8.  Useful for
testing V8 standalone.

PR-URL: #7538
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Rod Vagg <rod@vagg.org>
MylesBorins pushed a commit that referenced this pull request Jul 13, 2016
Add an option to the configure script for building d8.  Useful for
testing V8 standalone.

PR-URL: #7538
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Rod Vagg <rod@vagg.org>
MylesBorins pushed a commit that referenced this pull request Jul 14, 2016
Add an option to the configure script for building d8.  Useful for
testing V8 standalone.

PR-URL: #7538
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Rod Vagg <rod@vagg.org>
MylesBorins pushed a commit that referenced this pull request Aug 16, 2016
Add an option to the configure script for building d8.  Useful for
testing V8 standalone.

PR-URL: #7538
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Rod Vagg <rod@vagg.org>
MylesBorins pushed a commit that referenced this pull request Sep 28, 2016
Add an option to the configure script for building d8.  Useful for
testing V8 standalone.

PR-URL: #7538
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Rod Vagg <rod@vagg.org>
rvagg pushed a commit that referenced this pull request Oct 18, 2016
Add an option to the configure script for building d8.  Useful for
testing V8 standalone.

PR-URL: #7538
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Rod Vagg <rod@vagg.org>
MylesBorins pushed a commit that referenced this pull request Oct 26, 2016
Add an option to the configure script for building d8.  Useful for
testing V8 standalone.

PR-URL: #7538
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Rod Vagg <rod@vagg.org>
@MylesBorins MylesBorins mentioned this pull request Oct 26, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Issues and PRs related to build files or the CI. v8 engine Issues and PRs related to the V8 dependency.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants