dundargoc
dundargoc
@vigoux rebase please :)
The original issue https://github.com/neovim/neovim/issues/19984 has been fixed. Are there any other improvements from this PR we can use?
Superseded by https://github.com/neovim/neovim/pull/22890
I deleted that label completely since it wasn't used except for in this issue I think. I'm not saying it's not OOM, just that the label doesn't seem very useful.
What problem does this PR solve? I don't get it. I think the C code should work as is.
Eh, I feel like the structs here are so small that I find it hard to believe it'd make much difference. That said, I don't see a problem with including...
cmp would compare two versions and return -1 if first is greater, 0 if the versions are equal, and 1 if the first is lesser. It's a way to squish...
@justinmk our tests are too linux-centric that `cat` alone doesn't cut it. We're also using `grep`, `printf` and probably others I can't remember at the moment. Should we just write...
Do you mean we should skip the test using grep and printf, but use the builtin cat?
Alright, let's re-bundle cat and skip the other tests requiring grep, printf and any unix-y tools.