27Onion Nebell
27Onion Nebell
I got the compiler working on LLVM 19.1.6 by just grab the codebase and build it on my machine. Building from source prevents a lot of annoying dylib problems. (I...
> I had newer versions of llvm and lld installed (Looks like they [were](https://github.com/Homebrew/homebrew-core/commits/e6690d2a1d4fef052587a98d703d009a1a8b384f/Formula/l/lld.rb) [split](https://formulae.brew.sh/formula/llvm@19) since 19) but was able to clone and build c3c from source with `cmake -DCMAKE_PREFIX_PATH="$(brew...
> Got the same message today on my Mac after `brew upgrade` updated `zig` from 0.13.0 to 0.14.0 > > > zig version > 0.14.0 > error: Zig was built/linked...
Solved this issue! For those who is having the same problem, try use my fork for a replacement until the PR is merged
I don't think this pr is related to the project...
It's great that it doesn't crash anymore, but when I press `C-z` it just blink and then returned to `nvim`... rather than being paused normally, returning to shell and be...
> That's true... I didn't notice this. Since I'm using a wrapper. > > ``` > echo 'VIMRUNTIME=runtime ./build/bin/nvim -u NONE' > wrapper.sh > bash ./wrapper.sh > ``` > >...
I found a fix that works, but not modifying `src/nvim/os/signal.c`. Just fire a `SIGSTOP` after https://github.com/neovim/neovim/blob/3af43cffa028b88022e6bdc78a4e2f5470643219/src/nvim/tui/tui.c#L1579 . And `C-z` now works perfectly. For me I just copy-pasted last code and...
> Sure let's try it Some tests broke on my machine but I reran the tests with my changes discarded and same tests breaks, hence my change doesn't introduce any...
The ubuntu's tests looks concerning.... But it's unlikely caused by my code i guess. Also may I request a co-author on the pull request if it can be merged (?)...