Overview
Comment: | re-ordered imports as needed |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v1.7001-rebase-wip | v1.7001-multi-db-rb01 |
Files: | files | file ages | folders |
SHA1: |
e646312f1b4b9c9ac419591567237a1e |
User & Date: | matt on 2022-04-21 19:12:05 |
Other Links: | branch diff | manifest | tags |
Context
2022-04-21
| ||
19:12 |
prefix debugprint module calls to prevent collision
Not sure this branch is useful. Rebased it to assess but many conflicts due to moving functions around. check-in: 2f7cc277f5 user: matt tags: v1.7001-rebase-wip, v1.7001-multi-db-rb01 | |
19:12 | re-ordered imports as needed check-in: e646312f1b user: matt tags: v1.7001-rebase-wip, v1.7001-multi-db-rb01 | |
19:11 | Merged Martin's fix. Got commonmod, debugprint and mtargs modules working check-in: 7f4e37b96c user: matt tags: v1.7001-rebase-wip, v1.7001-multi-db-rb01 | |
Changes
Modified common.scm from [5763edddd8] to [151bd91410].
︙ | |||
24 25 26 27 28 29 30 | 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 | - - + + | matchable regex posix (srfi 18) extras ;; tcp (prefix nanomsg nmsg:) (prefix sqlite3 sqlite3:) pkts (prefix dbi dbi:) ) (declare (unit common)) |
︙ |
Modified server.scm from [6d65c175e8] to [738089147e].
︙ | |||
20 21 22 23 24 25 26 | 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 | - + + + | (use srfi-1 posix regex regex-case srfi-69 hostinfo md5 message-digest directory-utils posix-extras matchable utils) (use spiffy uri-common intarweb http-client spiffy-request-vars) (declare (unit server)) |
︙ |