Roger Wang

Results 132 comments of Roger Wang

@panther7 x86 works for me. Could you share more details?

I just found the crash is related clang optimization under ia32: if you build it with debug configuration (nw-gyp --debug) it works well. Changing `Full` to ` Disabled` and removing...

It’s not. Just used to illustrate where the root cause is. The bug could be in clang or SQLite though.

@panther7 I don't think node-gyp version has anything to do with this. The root cause is pin pointed with the experiment shown above.

It works for me building node-pty. Note that you'll need the MacOSX11.0.sdk that comes with Xcode 12.2.

I'm just using the commands you posted.

Thanks for the PR, but please rebase the nw-gyp patches to the new upstream version, rather than merging them into one commit.

Thanks. I'll see to update it.

The drag issue will be fixed and released in upcoming 0.85.0 with Chromium 122. Thanks.