mirror of
https://github.com/doomemacs/doomemacs.git
synced 2026-01-02 07:11:59 -08:00
Library packages (like compat and transient) offer macros. Therefore, any package that uses them (dependents) needs to be recompiled when these are updated, but straight currently doesn't do this. As a temporary workaround, this commit forces dependents to be rebuilt after updates. This is a bit too brute-force, but will do until v3, which will manage dependency graphs and their complexities more efficiently. |
||
|---|---|---|
| .. | ||
| make | ||
| ci.el | ||
| compile.el | ||
| doctor.el | ||
| env.el | ||
| help.el | ||
| info.el | ||
| install.el | ||
| make.el | ||
| meta.el | ||
| packages.el | ||
| profiles.el | ||
| run.el | ||
| sync.el | ||
| test.el | ||
| upgrade.el | ||