John Levon
John Levon
This fixes the build under illumos-based systems. I did a basic smoke test that "sg_inq" works. I don't know what's going on with the PROPS-END thing.
Right now, I can't use :cp, :cn etc. for LSP diagnostics, instead there's a totally separate mechanism. Is there any way to make this possible? Using latest vim. Since things...
Using vim-lsp (vim 8.2), clang clangd version 15.0.0 (https://github.com/llvm/llvm-project.git ec93b28909749619dbe58b092a13da9d1ff1eb1e) I have: ``` [john.levon@john-levon c]$ cat a.c void vdev_init(void) { } void vdev_init_2(void) { } [john.levon@john-levon c]$ cat b.c void...
version 0.2.0 - any chance of supporting Zoom recording casting?
In the illumos-extra build, we set "$CFLAGS += -g" so that we can later ctfconvert the results and get CTF for mdb_v8.so itself. However, this isn't passed down to the...
If I try to use dwarf (e.g. args for a uprobe) I get: ``` WARNING: Cannot parse DWARF: libdw not available stdin:1:22-81: ERROR: No debuginfo found for /proc/31819/root/usr/libexec/frodo ``` I...
Use Nan::To() in the necessary places. Signed-off-by: John Levon
The code currently assumes there are no additional fields to a 'struct flock', but this is not necessarily true, for example on Solaris-derived systems. Signed-off-by: John Levon
Basic Solaris/Illumos support.
Signed-off-by: John Levon