mirror of
https://github.com/doomemacs/doomemacs.git
synced 2025-12-27 12:21:39 -08:00
Some packages (primarily vterm, evil-collection, and with-editor) end up hanging their native compilation process. In vterm's case it's because it invisibly prompts to compile its module then waits forever for user input that'll never come. I haven't figured out why it happens for the others though. In any case, since the workaround is to simply kill these processes and carry on, I added this timeout mechanism to do it for you (timing out after 30s of no movement). A more elegant solution will have to wait until the rewrite of our package manager. Fix: #5592 |
||
|---|---|---|
| .. | ||
| make | ||
| autoloads.el | ||
| ci.el | ||
| compile.el | ||
| doctor.el | ||
| env.el | ||
| help.el | ||
| info.el | ||
| install.el | ||
| make.el | ||
| packages.el | ||
| run.el | ||
| sync.el | ||
| test.el | ||
| upgrade.el | ||