summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-05-24 16:12:56 -0500
committerCraig Jennings <c@cjennings.net>2026-05-24 16:12:56 -0500
commit984c3a719a731ad73f2d4b0317ab76caca96e4ac (patch)
treee0a05adb8c683e0800bb8f522025ae50c2d26931 /docs
parent703ef0dabf927789231ea748f3e5a553d7c9e247 (diff)
downloaddotemacs-984c3a719a731ad73f2d4b0317ab76caca96e4ac.tar.gz
dotemacs-984c3a719a731ad73f2d4b0317ab76caca96e4ac.zip
test: require host-environment in system-defaults tests
system-defaults reads `env-bsd-p` (host-environment) and `user-home-dir` (user-constants) at load, but the module declares both only via eval-when-compile. Loading the compiled module in isolation leaves `env-bsd-p` void, so the test failed whenever it ran outside a full init. I added the host-environment require alongside the existing user-constants require so the unit loads standalone. The production fix (promoting those eval-when-compile requires to a runtime require) is Phase 2 work, recorded in the module inventory.
Diffstat (limited to 'docs')
0 files changed, 0 insertions, 0 deletions