Anton Whalley

Results 178 comments of Anton Whalley

0. OK to take the Promises and NativeModule out with an skip test. Can you capture more notes in the code comments as to why it won't work and I'll...

Re-ran the test and it's now all green :partying_face: I'll start reviewing this but I've got a packed schedule all week so it might slip into the following week. Meta...

@RogerKang thanks for testing - I haven't been able to get the impact assessment done for the release announcement So I might just merge and publish this as 4.0.0 and...

Excellent - I released 3.3.0 last night to have a release that works with older nodes but newer lldb and verify the signing process. I'm at OSSummit today but will...

Same as https://github.com/nodejs/llnode/issues/350 As far as I can tell the fix is available here https://github.com/nodejs/llnode/pull/389 It's just waiting for CI to be sorted.

Yes that's the command it's hard to see what's going on without the error message but note it runs in system folders so it should be ran as root

This line looks very suspicious `npm ERR! fatal: cannot change to 'https://github.com/llvm/llvm-project.git': No such file or directory` Can you confirm that `/usr/local/lib/llnode/lldb-10.0` has been generated and the code is checked...

It's likely not working due to permissions but I can't say for sure. You might be able to work around this by checking it out and build it from your...

OK we now have support for LLDB 8 to 14 and Node 14,16,18 so I'm closing this. We are still getting the headers from github so please follow/comment on https://github.com/nodejs/llnode/issues/382...

PR has landed to Reinstate 19.x https://github.com/nodejs/llnode/pull/420 But it is on hold until https://github.com/nodejs/node/issues/44650 lands