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
Apologies for the vagueness but I'm not really sure how to pinpoint this issue.
I'm also not 100% this is an issue with overseer as it only happens periodically
but it does seem to happen only after I run an overseer task.
I work in a very large monorepo at work. I have some custom overseer templates
that I run, e.g. the following
Often when I run this command and others like it, when the command
finishes my neovim process freezes up and I end up having to kill
the process. I can see that nvim is taking up ~99% CPU before I kill it.
Is overseer doing any scanning of files? I have a similar issue with neotest and I think it's because after running a test it scans through
every file in the repo.
I've added extra logging and can't see anything untowards in the logs:
[DEBUG] Starting task mypy /path/to/file.py
[DEBUG] Task mypy /path/to/file.py exited with code 0
[DEBUG] task(1)[on_complete_dispose] complete, waiting for output view
[DEBUG] VimLeavePre clean up terminal tasks {}
dbatten5
changed the title
bug: Running a customer template in very large repo freezes neovim
bug: Running a custom template in very large repo freezes neovim
Sep 26, 2024
Neovim version (nvim -v)
NVIM v0.10.0
Operating system/version
MacOS 14.6.1
Describe the bug
Apologies for the vagueness but I'm not really sure how to pinpoint this issue.
I'm also not 100% this is an issue with overseer as it only happens periodically
but it does seem to happen only after I run an overseer task.
I work in a very large monorepo at work. I have some custom overseer templates
that I run, e.g. the following
where
base
isOften when I run this command and others like it, when the command
finishes my neovim process freezes up and I end up having to kill
the process. I can see that nvim is taking up ~99% CPU before I kill it.
Is overseer doing any scanning of files? I have a similar issue with
neotest
and I think it's because after running a test it scans throughevery file in the repo.
I've added extra logging and can't see anything untowards in the logs:
Full config here:
What is the severity of this bug?
blocking (cannot use plugin)
Steps To Reproduce
Run a custom template on a very large repo
Expected Behavior
Neovim shouldn't freeze after running the template.
The text was updated successfully, but these errors were encountered: