diff options
| author | Craig Jennings <c@cjennings.net> | 2026-04-19 06:54:01 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-04-19 06:54:01 -0500 |
| commit | 151d49d01dfe441b59d6dab30033b02d5b13523c (patch) | |
| tree | 36449853cecc49d084b85a8ead6748b2ac11dac6 /modules/host-environment.el | |
| parent | bdf3058542bbce298b435b301c7863b9d81d5bf4 (diff) | |
| download | dotemacs-151d49d01dfe441b59d6dab30033b02d5b13523c.tar.gz dotemacs-151d49d01dfe441b59d6dab30033b02d5b13523c.zip | |
fix(reconcile): restore repo iteration under projects-dir and code-dir
The outer dolist in cj/check-for-open-work guarded its body with
(boundp 'base-dir), which always returns nil under lexical-binding
because base-dir is a lexical loop variable. Every repo under
projects-dir and code-dir was silently skipped; only org-dir and
user-emacs-directory (both top-level defvars) still got reconciled.
Remove the bogus boundp check. Add regression tests covering the
entry point itself — the existing suite only exercised the helpers.
Diffstat (limited to 'modules/host-environment.el')
0 files changed, 0 insertions, 0 deletions
