Differences From Artifact [63f920fb0b]:
- File runsmod.scm — part of check-in [9debf04bc8] at 2024-02-12 20:23:20 on branch v1.90-proper-interface-lists — wip (user: matt, size: 241219) [annotate] [blame] [check-ins using]
To 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]
︙ | |||
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 ( setup-env-defaults runs:clean-cache rmt:find-and-mark-incomplete launch:setup launch:end-of-run-check launch:test-copy set-item-env-vars |
︙ |