Anton Whalley
Anton Whalley
Hey @cclauss There seems to be a tests that are on the edge of the timeouts for node14 with lldb12 Would you mind bumping https://github.com/nodejs/llnode/blob/ff75da7eb151cf8d7481eba9a1c6406a53c85ce5/test/plugin/inspect-test.js#L669 to 30000 and https://github.com/nodejs/llnode/blob/ff75da7eb151cf8d7481eba9a1c6406a53c85ce5/test/plugin/workqueue-test.js#L29 to...
Hey @cclauss I think these have landed in 404 as you requested https://github.com/nodejs/llnode/pull/404/files#diff-f3fc934cf0d89bdf07de358896ff90f1202585df812cf606206d1830a9949811R37
When #389 lands we can look to merge this as we will then have support for lldb-10 which is currently broken https://github.com/nodejs/llnode/runs/7138856705?check_suite_focus=true
I also suspect that the error is accurate ``` error MSB4014: System.ArgumentException: The name "plugin:CLToolExe=clang-cl. exe" contains an invalid character ".". ``` Please can you post the file `C:\Users\danny\AppData\Roaming\npm\node_modules\llnode\build\binding.sln`
@joyeecheung will take a look on FreeBSD over the weekend
Looks like we are struggling to support Mac ARM architecture Also need to document supported architectures following on from https://github.com/nodejs/llnode/issues/401#issuecomment-1251856379 and validate for power and s390.
OK Thanks to everyone contributing to this issue. I'm closing this as we have landed the changes to support 16 and 18 in v4.0.0 and we have an unmaintained build...
As per the install instructions Never install llnode with sudo https://github.com/nodejs/llnode/blob/master/README.md#quick-start I’m not an nvm user but it looks like it’s trying to do the right thing anyway by installing...
Hey @kvakil Stoked you've got so far on this. Now that #389 has landed can you pull main into this PR and edit the [push.yml](https://github.com/nodejs/llnode/blob/main/.github/workflows/push.yml#L22) to enable the versions of...
@cclauss We started a discussion on what we can support at the last collab meeting. I've opened an issue #405 to discuss at the next DWG Full Core Dump DWG...