Re: [v8-users] Exposing nested maps from C++ into JS world

2016-07-25 Thread Abhishek Singh
Thanks Jochen, will give it a shot. > On 25-Jul-2016, at 10:00 PM, Jochen Eisinger wrote: > > To create dynamic nested maps from C++, the outter object (response) would > have to return another intercepted object (e.g. body) that then returns the > actual values on

Re: [v8-users] Exposing nested maps from C++ into JS world

2016-07-25 Thread Jochen Eisinger
To create dynamic nested maps from C++, the outter object (response) would have to return another intercepted object (e.g. body) that then returns the actual values on access. On Fri, Jul 22, 2016 at 8:12 AM Abhishek Singh wrote: > Hi, > > I’m wondering if there is

[v8-users] Re: gyp_v8 error when building

2016-07-25 Thread spaesani . console
I just tried again through windows console and I get passed (or prior) the error with a prompt for credentials to chrome-internal.googlesource.com Looking over the gyp_v8 and company code I don't see why it would be looking to download anything sys.property checks out through cygwin or

[v8-users] Re: gyp_v8 error when building

2016-07-25 Thread spaesani . console
Python 2.7.10 (default, Jun 1 2015, 18:05:38) [GCC 4.9.2] on cygwin Type "help", "copyright", "credits" or "license" for more information. >>> import sys >>> print(sys.platform) cygwin >>> (quick edit now on :)) Python 2.7.12 (v2.7.12:d33e0cf91556, Jun 27 2016, 15:19:22) [MSC v.1500 32 bit

[v8-users] Re: gyp_v8 error when building

2016-07-25 Thread spaesani . console
Well I just tried again through windows console and I get passed (or prior) the erro with a prompt for credentials to chrome-internal.googlesource.com Looking over the gyp_v8 and company code I don't see why it would be looking to download anything .. On Sunday, July 24, 2016 at 7:47:52 AM

[v8-users] Re: gyp_v8 error when building

2016-07-25 Thread spaesani . console
Switched to a cygwin shell (can copy paste) so here goes: Traceback (most recent call last): File "/cygdrive/c/Users/Donna/Downloads/sp/projects/depot_tools/win_toolchain/get_toolchain_if_necessary.py", line 49, in import cygwinreg as winreg ImportError: No module named cygwinreg

Re: [v8-users] gyp_v8 error when building

2016-07-25 Thread Jochen Eisinger
can you paste the full error? On Sun, Jul 24, 2016 at 1:47 PM wrote: > Calling python gypfiles\gyp_v8 gives a CalledProcessError > > subprocess.check_call(get_toolchain_args) produces the error at line 540 > of check_call > > The call string in the error is a long