dundargoc
dundargoc
Looking at the logs it looks like you're failing to build luajit. Can you try building only luajit and see if it works? Link: https://github.com/LuaJIT/LuaJIT
Run `make format` locally.
Alternative to https://github.com/neovim/neovim/pull/26371
I reran the test. Basically that output shows up if the test fails for some reason.
I think I'll need to make a second and more thorough look at the cmake release notes, so consider the issue text as a work in progress for now. I...
I don't think we need to track backport/non-standard versions. I interpreted this issue to be about mainline/release distro versions only without any additional modifications. It is e.g. trivial to simply...
> I guess this `old_row >= 0` condition needs to be changed to `old_row > 0`: > > ```c > while(REFLOW && old_lineinfo && old_row >= 0 && old_lineinfo[old_row].continuation) >...
`:echo` (as with `:ls`, `:pwd` and `:cd`) makes sense as an ex command because it is supposed to be a natural extension/imitation of the shell in my view. It makes...
> I thought that was my user error, not a bug. Let's not get hasty ;) Suffice to say I don't encounter this. Did you run "make distclean" beforehand? How...
It says `lua5.4` which is sus. Could you try temporarily uninstalling `lua5.4`, removing `build` and the reinstalling just to see if that fixes it? I want to see if there's...