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
Describe the bug
Using the latest flatten.nvim (b17a3e6) causes neotest to hang.
When running tests written in Go with neotest, the process hangs.
After performing a git bisect, I identified that the issue occurs from commit ffb2979 onward.
Commits before this do not exhibit the issue.
Expected behavior neotest should not hang.
To Reproduce
Steps to reproduce the behavior:
Install the latest flatten.nvim (HEAD).
Use neotest to run the provided Go test file.
Execute lua require('neotest').run.run() on the test file.
Desktop (please complete the following information):
OS: Ubuntu 24.04 and 24.10
Terminal emulator: Alacritty
Neovim version: 0.10.3
Additional context
The issue might be related to the recent major refactoring, so this behavior could be intentional. However, I am reporting it in case it is not expected.
I have only tested this issue with Go and have not investigated its behavior with other programming languages.
Describe the bug
Using the latest
flatten.nvim
(b17a3e6) causesneotest
to hang.When running tests written in Go with
neotest
, the process hangs.After performing a
git bisect
, I identified that the issue occurs from commit ffb2979 onward.Commits before this do not exhibit the issue.
Expected behavior
neotest
should not hang.To Reproduce
Steps to reproduce the behavior:
flatten.nvim
(HEAD).neotest
to run the provided Go test file.lua require('neotest').run.run()
on the test file.neotest
hangs.Expected behavior
neotest
should execute the tests without hanging.Screenshots
N/A
Minimal Init
Desktop (please complete the following information):
Additional context
The issue might be related to the recent major refactoring, so this behavior could be intentional. However, I am reporting it in case it is not expected.
I have only tested this issue with Go and have not investigated its behavior with other programming languages.
The investigation was conducted in a devcontainer environment. The full configuration of the environment can be found at the following link:
https://github.com/goropikari/flatten.nvim/tree/neotest/.devcontainer
The text was updated successfully, but these errors were encountered: