You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At some point I had tried to run tests for a subset of the lua package set. It revealed dependency cycle between lua and busted.
I open this ticket to track the different issues and our progress on enabling tests in the lua package set.
The motivation came from different neovim plugins that broke on my (complex hackish neovim) setup. Were we to run their tests, I could troubleshoot these issues faster.
One way for lua packages to help with the effort is to use "luarocks test" to run tests ( https://github.com/luarocks/luarocks/wiki/test) so that we can use a standardized command to run their tests:
Issue description
At some point I had tried to run tests for a subset of the lua package set. It revealed dependency cycle between lua and busted.
I open this ticket to track the different issues and our progress on enabling tests in the lua package set.
The motivation came from different neovim plugins that broke on my (complex hackish neovim) setup. Were we to run their tests, I could troubleshoot these issues faster.
One way for lua packages to help with the effort is to use "luarocks test" to run tests ( https://github.com/luarocks/luarocks/wiki/test) so that we can use a standardized command to run their tests:
luarocks test
lewis6991/gitsigns.nvim#913planned tests
TODO: I will update the ticket with the generated failure
basically if you set pkgs/development/lua-modules/overrides.nix
The text was updated successfully, but these errors were encountered: