Differences From Artifact [0293a8aa08]:
- File megatest.scm — part of check-in [03fc95cacb] at 2019-11-16 03:25:26 on branch v1.65-try3 — Tidy up, remove some not needed references to configfmod (user: matt, size: 104621) [annotate] [blame] [check-ins using]
To Artifact [e30d3b49bb]:
- File megatest.scm — part of check-in [77cd1aff88] at 2019-12-06 16:03:58 on branch v1.65-try3 — More clean up. Added missing import of imports in megatest.scm and dashboard.scm. (user: mrwellan, size: 104655) [annotate] [blame] [check-ins using]
︙ | |||
54 55 56 57 58 59 60 61 62 63 64 65 66 67 | 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 | + | (import rmtmod) (declare (uses dbmod)) (import dbmod) (declare (uses megamod)) (import megamod) ;; invoke the imports (declare (uses commonmod.import)) (declare (uses megamod.import)) (configf:set-debug-printers debug:print debug:print-info debug:print-error *default-log-port*) ;; (declare (uses tdb)) ;; (declare (uses mt)) ;; (declare (uses api)) |
︙ |