mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
fix(cli): doctor: false positive 'X.elc is out-of-date' warnings
The doctor would look for stale byte-code in *all* build directories, which was excessive and produced many false positives for folks who use multiple versions of Emacs or have recently up/downgraded.
This commit is contained in:
@ -141,7 +141,8 @@ in."
|
||||
|
||||
(print! (start "Checking for stale elc files..."))
|
||||
(elc-check-dir doom-core-dir)
|
||||
(elc-check-dir doom-local-dir)
|
||||
(elc-check-dir doom-modules-dir)
|
||||
(elc-check-dir (doom-path doom-local-dir "straight" straight-build-dir))
|
||||
|
||||
(print! (start "Checking for problematic git global settings..."))
|
||||
(if (executable-find "git")
|
||||
|
Reference in New Issue
Block a user