Differences From Artifact [b2ba9c7ca3]:
- File runsmod.scm — part of check-in [55d3f1d05d] at 2024-02-13 15:51:20 on branch v1.90-proper-interface-lists — wip (user: mrwellan, size: 241240) [annotate] [blame] [check-ins using]
To Artifact [b95b62c5c1]:
- File runsmod.scm — part of check-in [1917713574] at 2024-02-14 19:45:49 on branch v1.90-proper-interface-lists — wip (user: mrwellan, size: 241264) [annotate] [blame] [check-ins using] [more...]
︙ | |||
43 44 45 46 47 48 49 50 51 52 53 54 55 56 | 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 | + | (declare (uses archivemod)) (declare (uses fsmod)) (use srfi-69) (module runsmod ( runs:get-mt-env-alist setup-env-defaults runs:clean-cache rmt:find-and-mark-incomplete launch:setup launch:end-of-run-check launch:test-copy |
︙ |