mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05: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.