dundargoc
dundargoc
Err, I just pinged him to get his attention so he could take a look at this.
Tried commenting it out, it's needed. I think I know how to fix this though. Note to self: I think the way neovim does is the way to go aka...
I don't have time to finish this, someone else will need to carry the torch.
This isn't the correct solution because you'll need to do this for all programs forever
I'll take a closer look tomorrow
Better workaround IMO: ```diff --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1b070fef2..90f00131b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -307,6 +307,7 @@ get_externalproject_options(uncrustify...
> What do you think about adding `stylua` to deps for the `formatlua` target? I won't do that here though. Uh, I don't understand what you mean. We already use...
Eh, couldn't hurt I suppose although I don't see too much benefit from it either. As long as we don't think about downloading cargo if it's missing because that will...
Let's not overcomplicate this. Pick a minimum version that includes all features we may want, and then abort with error if that minimum version isn't available.
> Is there some requirement for picking a minimal `curl` version? Whatever version is needed to allow vim.net.download to do what it needs to do. If you can't come up...