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
Doing an update for neotest in nixpkgs and during testing with latest revision I'm seeing a bunch of these errors preventing it from working with my projects. I am able to use neotest-java so I am assuming its something that might need to be done differently in this adapter?
...ovimPackages/start/neotest/lua/neotest/adapters/init.lua:0: attempt to call field 'root' (a nil value)
stack traceback:
...ovimPackages/start/neotest/lua/neotest/adapters/init.lua: infunction'adapters_with_root_dir'
...NeovimPackages/start/neotest/lua/neotest/client/init.lua: infunction'_update_adapters'
...NeovimPackages/start/neotest/lua/neotest/client/init.lua: infunction'_start'
...NeovimPackages/start/neotest/lua/neotest/client/init.lua: infunction'_ensure_started'
...NeovimPackages/start/neotest/lua/neotest/client/init.lua: infunction'get_adapters'
.../start/neotest/lua/neotest/consumers/summary/summary.lua: infunction<.../start/neotest/lua/neotest/consumers/summary/summary.lua:0>
The text was updated successfully, but these errors were encountered:
Doing an update for neotest in nixpkgs and during testing with latest revision I'm seeing a bunch of these errors preventing it from working with my projects. I am able to use neotest-java so I am assuming its something that might need to be done differently in this adapter?
The text was updated successfully, but these errors were encountered: