Overview
Comment: | Added (use json) to mtbody.scm to fix envsetup |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v1.90 |
Files: | files | file ages | folders |
SHA1: |
2765970d14efc3f9336fb1520fa28edd |
User & Date: | mmgraham on 2024-02-16 16:06:11 |
Other Links: | branch diff | manifest | tags |
Context
2024-02-23
| ||
17:40 | added nice-path to declarations in commonmod.scm to fix itemwait test. Changed #f to for null log file to prevent type mismatch warning check-in: b7ea5abf1a user: mmgraham tags: v1.90 | |
2024-02-16
| ||
16:06 | Added (use json) to mtbody.scm to fix envsetup check-in: 2765970d14 user: mmgraham tags: v1.90 | |
2024-02-15
| ||
20:43 | Disable mutex in dbmod:with-db as it was blocking forever check-in: 049806b5f6 user: matt tags: v1.90 | |
Changes
Modified mtbody.scm from [ebd166c160] to [7f837d24f5].
︙ | ︙ | |||
89 90 91 92 93 94 95 | debugprint commonmod configfmod ;; tcp-transportmod (prefix mtargs args:) ) | | | 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 | debugprint commonmod configfmod ;; tcp-transportmod (prefix mtargs args:) ) (use srfi-69 json)) (chicken-5 (import (prefix sqlite3 sqlite3:) ;; data-structures ;; extras ;; files ;; posix ;; posix-extras |
︙ | ︙ |