Overview
Comment: | Fixed serialize to be compatible with scm |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v2.0001 |
Files: | files | file ages | folders |
SHA1: |
829acf0839adc648d8d57028ea8b18bc |
User & Date: | matt on 2022-01-14 06:25:50 |
Other Links: | branch diff | manifest | tags |
Context
2022-01-14
| ||
11:08 | Fix to help ulex with connections when buffer isn't filled (and fix merge) check-in: 2e839ecd70 user: jmoon18 tags: v2.0001 | |
08:13 | This combo of (no) mutexes seems to work best but the blocking still happens check-in: 09d825a5e1 user: matt tags: v2.0001 | |
06:25 | Fixed serialize to be compatible with scm check-in: 829acf0839 user: matt tags: v2.0001 | |
Changes
Modified megatest.scm from [b7fe71f476] to [97b3fd5fe2].
︙ | |||
17 18 19 20 21 22 23 | 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 | - + | ;; (declare (uses dbi)) (declare (uses pkts)) (declare (uses stml2)) (declare (uses cookie)) (declare (uses csv-xml)) |
︙ | |||
128 129 130 131 132 133 134 | 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 | - + | srfi-98 srfi-69 ;; local modules autoload adjutant csv-xml |
︙ |
Modified serialize-env.scm from [8517c1e3b2] to [cdbc1fa795].
|
Deleted serialize-envmod.scm version [2f9a1becf8].
| - - - - - - - - - - - - - - - - - - - |
|