Rónán Carrigan
Rónán Carrigan
Just to update here, I've tried running on 0.7.2 but still can't reproduce unfortunately. Not sure if there's much more that I can do, especially as it looks like a...
OK I finally encountered this and figured out it's because of how NeoVim internally decides to truncate terminal lines. I've implemented a workaround so this should no longer happen
I hadn't fixed it for attaching, can you confirm if you still have the issue with opening output of an already completed test?
Yeah I'm a bit stumped here, as far I can tell there's something weird going on in Neovim core with the terminal and I've no idea if it can be...
Unfortunately I haven't actually tested on Windows, and you're the first person to report using it so there may some small issues :sweat_smile: The command window popping up should be...
Looks like the path is being constructed incorrectly > DEBUG | 2022-07-06T11:03:43Z+0200 | ...4\.vim\plugged\neotest/lua/neotest/client/state/init.lua:54 | New positions at ID C:\Users\ny46864\dev\testtest I'll try find out where this could be happening In...
Thanks for investigating! If you can print out the tree parsed then that should hopefully give some useful info. Just here https://github.com/nvim-neotest/neotest/blob/master/lua/neotest/client/init.lua#L258-L260 You can add a print like this, and...
OK that's great progress! Interesting on the `fd` issue. It's been a while since I looked at it but I believe it's using the same command/arguments as telescope so not...
OK I've rewritten the file discovery to not rely on external tools so please let me know if there are any issues with it now. I've also added more logging...
Ah that's great to hear! As long as neotest core works then we're good. I'll try figure out the neotest-plenary issue but as you said there's probably not many people...