Differences From Artifact [6ff01792fe]:
- File tasks.scm (unpublished)— part of check-in [da6321c924] at 2021-02-12 00:18:13 on branch v1.6569-multi-db-wip — Compiles again after moving many functions around (user: matt, size: 49901) [annotate] [blame] [check-ins using]
To Artifact [b4c4a4968f]:
- File tasks.scm (unpublished)— part of check-in [681937af52] at 2021-02-15 00:17:24 on branch v1.6569-multi-db-wip — Few more issues cleaned up and it seems to be running (user: matt, size: 49950) [annotate] [blame] [check-ins using] [more...]
︙ | |||
27 28 29 30 31 32 33 34 35 36 37 38 39 40 | 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 | + + + | (declare (uses common)) (declare (uses pgdb)) ;; (import pgdb) ;; pgdb is a module (declare (uses commonmod)) (import commonmod) (declare (uses configfmod)) (import configfmod) (declare (uses dbmod)) (import dbmod) (include "task_records.scm") (include "db_records.scm") |
︙ |