Differences From Artifact [3ed3fb9db8]:
- File configf.scm — part of check-in [03ef168ab1] at 2018-03-08 14:34:54 on branch v1.65-modularization — First serious steps for coverting to modules. db and common now have module alternatives in src. NOTE: these cannot be mixed with the current common and db compilation unit based files. (user: mrwellan, size: 43472) [annotate] [blame] [check-ins using] [more...]
To Artifact [627678c68e]:
- File configf.scm — part of check-in [90e6a7e419] at 2018-03-08 16:25:54 on branch v1.65-modularization — Broken. Compiles but has some issues with referencing other compilation units (user: mrwellan, size: 43496) [annotate] [blame] [check-ins using]
︙ | |||
20 21 22 23 24 25 26 27 28 29 30 31 32 33 | 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 | + | ;;====================================================================== ;; Config file handling ;;====================================================================== (use regex regex-case) ;; directory-utils) (declare (unit configf)) (declare (uses common)) (declare (uses process)) (declare (uses env)) (declare (uses keys)) (include "common_records.scm") ;; return list (path fullpath configname) |
︙ |