Overview
Comment: | Remove dbmgrmod.scm as it is generated from a template. Added simple-excpetions to configf:std-imports |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v2.0001 |
Files: | files | file ages | folders |
SHA1: |
6697b4c75cec32b3aef2a755b55d403d |
User & Date: | mrwellan on 2022-01-20 18:31:38 |
Other Links: | branch diff | manifest | tags |
Context
2022-01-25
| ||
18:39 | Added ulex-dual and mtserve.scm check-in: df862b5fff user: mrwellan tags: v2.0001 | |
2022-01-20
| ||
18:31 | Remove dbmgrmod.scm as it is generated from a template. Added simple-excpetions to configf:std-imports check-in: 6697b4c75c user: mrwellan tags: v2.0001 | |
07:35 | Add exception handler to decoder and reduce some noise check-in: 5ce7b7ae18 user: matt tags: v2.0001 | |
Changes
Modified configfmod.scm from [91463d0a8b] to [86949df1a6].
︙ | ︙ | |||
1016 1017 1018 1019 1020 1021 1022 | (configf:read-config fname ht #t environ-patt: environ-patt sections: (if target (list "default" target) #f)))) ;;====================================================================== ;; Config file handling ;;====================================================================== ;; convert to param? | | | 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 | (configf:read-config fname ht #t environ-patt: environ-patt sections: (if target (list "default" target) #f)))) ;;====================================================================== ;; Config file handling ;;====================================================================== ;; convert to param? (define configf:std-imports "(import simple-exceptions big-chicken configfmod commonmod rmtmod (prefix mtargs args:))") (define (configf:process-one matchdat l ht allow-system env-to-use linenum) (let* ((prestr (list-ref matchdat 1)) (cmdtype (list-ref matchdat 2)) ;; eval, system, shell, getenv (cmd (list-ref matchdat 3)) (quotedcmd (conc "\""cmd"\"")) (poststr (list-ref matchdat 4)) (result #f) |
︙ | ︙ |
Deleted dbmgrmod.scm version [2e63cdd67a].
|
| < < < < < < < < < < < < < < < < < < < < < |