sqlite.lua broke recently on nixpkgs. This prompted me to look into running sqlite.lua tests in nixpkgs.
I've been working for the past year on automated neovim plugin dependency management for the past year using rockspecs to handle neovim plugin dependencies. So I was happy to see the package on luarocks.org. I wanted to try to generate the rockspec but the
minimal_test.vim has
set rtp+=.
set rtp+=../plenary.nvim/
set rtp+=../tree-sitter-lua/
runtime! plugin/plenary.vim
and these folders are not present on my system. Nevermind I ran the command otherwise.
I wonder if you could support luarocks test as described here luvit/luv#592 ? plenary is just used for testing right ? if plenary appeared in the rockspec test inputs, nixpkgs scripts could automatically run the tests.
NB: I am curious do you yourself use nix ? (as I see home manager being mentioned in the README ^^)
sqlite.lua broke recently on nixpkgs. This prompted me to look into running sqlite.lua tests in nixpkgs.
I've been working for the past year on automated neovim plugin dependency management for the past year using rockspecs to handle neovim plugin dependencies. So I was happy to see the package on luarocks.org. I wanted to try to generate the rockspec but the
minimal_test.vim has
and these folders are not present on my system. Nevermind I ran the command otherwise.
I wonder if you could support luarocks test as described here luvit/luv#592 ? plenary is just used for testing right ? if plenary appeared in the rockspec test inputs, nixpkgs scripts could automatically run the tests.
NB: I am curious do you yourself use nix ? (as I see home manager being mentioned in the README ^^)