Differences From Artifact [3350327483]:
- File megatest.scm — part of check-in [911725fc69] at 2022-04-10 20:05:11 on branch v1.7001-multi-db-wip — Merged Martin's fix. Got commonmod, debugprint and mtargs modules working (user: matt, size: 110415) [annotate] [blame] [check-ins using] [more...]
To Artifact [bf3d77e132]:
- File megatest.scm — part of check-in [81b5060fe1] at 2022-04-11 22:09:41 on branch v1.7001-multi-db-wip — prefix debugprint module calls to prevent collision (user: matt, size: 110443) [annotate] [blame] [check-ins using] [more...]
︙ | |||
54 55 56 57 58 59 60 | 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 | - + - + | (declare (uses dbfile.import)) ;; (declare (uses mtargs)) ;; (declare (uses mtargs.import)) ;; (declare (uses ftail)) ;; (import ftail) |
︙ |