Arsen Kitov
Arsen Kitov
Also happened to me just now - `marktree.c:375`, same as above. For me happened after I opened a previously hidden terminal window. Commit [`e34c23b7016aee5ac6483ab53fed1bce037cec5a`](https://github.com/neovim/neovim/commit/e34c23b7016aee5ac6483ab53fed1bce037cec5a)
I merged the most recent master in case someone does want to take a look at the PR, but the build is failing. AFAICS, it's failing for the same reason...
Rebased, ran tests, seems to be fine. The commit history is a little bit messy, but assuming you'll squash shouldn't matter. Let me know if you'd like a separate PR...
I don't know much about tree sitter so I don't really understand what increased the state count. Is it the `$.export_specifier` everywhere or the way module statements are parsed? Could...
@Tomcat-42 I just use my branch in my neovim and it works. When I have the time, I can go back to this and work on reducing the state count,...
@Tomcat-42 sure, will do
Heey @Conni2461 would it be possible to merge this? Plugins that rely on `plenary.filetype.detect` cannot recognize `.cppm` files as C++, which in particular is annoying as `cppm` tests are not...
Hey! Sorry, not a whole lot of time to look into this during the holidays. Could you please provide the gtest version that doesn't include the file path in results,...
Hey @ll-nick, assuming your build tool is CMake, you can use cmake-tools.nvim to integrate; I did [this MR](https://github.com/Civitasv/cmake-tools.nvim/pull/246) some time ago and it was recently merged, which should allow you...
> I only build tests for the parts of the code I am working on. With the current version of the repo, the test summary will be populated with hundreds...