-
Notifications
You must be signed in to change notification settings - Fork 29.7k
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
Update v8_inspector #8150
Update v8_inspector #8150
Conversation
Doesn't seem to build on smartos because the toolchain is so ancient there:
The Windows CI failure appears to have been a network outage. |
I added snprintf macro, same as the one in Node sources. Is it possible to The macro is in PlatformSTL.h On Thu, Aug 18, 2016 at 12:27 AM Ben Noordhuis notifications@github.com
|
Thank you. Looks like the approach is correct in principle. I will put the On Fri, Aug 19, 2016 at 11:13 AM Ben Noordhuis notifications@github.com
|
How can I detect SmartOS? From a compiler message, my understanding is that On Fri, Aug 19, 2016 at 2:03 PM Eugene Ostroukhov eostroukhov@google.com
|
In libuv we wrap smartos-specific code in |
@bnoordhuis - Can you please test this branch? It imports existing snprintf into the std namespace. Looks like SmartOS has the snprintf in the global namespace. |
|
I submitted the SmartOS fix to the Chrome yesterday and it is now available in the latest V8 inspector export. |
Pick up latest from [1] corresponding to the Blink commit 60cd6e859b. [1]: pavelfeldman/v8_inspector@55f21a5611
d0da6af
to
e0c8adb
Compare
Updated the PR to pick up upstream fixes from @eugeneo. New CI: https://ci.nodejs.org/job/node-test-pull-request/3801/ |
Launched a new CI: https://ci.nodejs.org/job/node-test-pull-request/3813/ because of hiccups on the last one. AIX seems to be having issues in the CI in general today. |
One more CI: https://ci.nodejs.org/job/node-test-pull-request/3846/. This PR does need an LGTM before I can land this (/cc @bnoordhuis) |
LGTM |
Landed as 1e0bfac...1b8accf. |
Pick up latest from [1] corresponding to the Blink commit 60cd6e859b. [1]: pavelfeldman/v8_inspector@55f21a5611 PR-URL: #8150 Reviewed-By: bnoordhuis - Ben Noordhuis <info@bnoordhuis.nl>
PR-URL: #8150 Reviewed-By: bnoordhuis - Ben Noordhuis <info@bnoordhuis.nl>
Pick up latest from [1] corresponding to the Blink commit 60cd6e859b. [1]: pavelfeldman/v8_inspector@55f21a5611 PR-URL: nodejs#8150 Reviewed-By: bnoordhuis - Ben Noordhuis <info@bnoordhuis.nl>
PR-URL: nodejs#8150 Reviewed-By: bnoordhuis - Ben Noordhuis <info@bnoordhuis.nl>
Pick up latest from [1] corresponding to the Blink commit 60cd6e859b. [1]: pavelfeldman/v8_inspector@55f21a5611 PR-URL: #8150 Reviewed-By: bnoordhuis - Ben Noordhuis <info@bnoordhuis.nl>
PR-URL: #8150 Reviewed-By: bnoordhuis - Ben Noordhuis <info@bnoordhuis.nl>
I have this problem.
I am using a uClibc 0.9.33.2 toolchain (latest) available from this crosstool-NG project. It is probably incorrect to change compilation strategy based on platform flags instead of detecting feature availability. |
Checklist
make -j4 test
(UNIX), orvcbuild test nosign
(Windows) passesAffected core subsystem(s)
deps, inspector
Description of change
Update to the latest version of upstream v8_inspector.
/cc @eugeneo, @bnoordhuis