Differences From Artifact [62df76911c]:
- File megatest.scm — part of check-in [507ea188e3] at 2021-04-18 22:58:32 on branch v1.6584-ck5 — multiple tweaks getting it to all work again (user: matt, size: 121760) [annotate] [blame] [check-ins using]
To Artifact [0ef412667c]:
- File megatest.scm — part of check-in [80cccdf80e] at 2021-04-19 23:42:17 on branch v1.6584-ck5 — Ensured that servermod is available from the repl (user: matt, size: 121794) [annotate] [blame] [check-ins using]
︙ | |||
51 52 53 54 55 56 57 58 59 60 61 62 63 64 | 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 | + | (declare (uses debugprint.import)) (declare (uses mtargs.import)) (declare (uses commonmod.import)) (declare (uses configfmod.import)) (declare (uses bigmod.import)) (declare (uses dbmod.import)) (declare (uses rmtmod.import)) (declare (uses servermod.import)) ;; (include "call-with-environment-variables/call-with-environment-variables.scm") (module megatest-main * (import scheme |
︙ |