Differences From 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]
To 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...]
︙ | |||
20 21 22 23 24 25 26 | 20 21 22 23 24 25 26 27 28 29 30 31 32 33 | - | ;;====================================================================== ;; Config file handling ;;====================================================================== (use regex regex-case) ;; directory-utils) (declare (unit configf)) |
︙ |