Differences From Artifact [fd5a49b5a6]:
- File mtexec.scm — part of check-in [7060a6d776] at 2023-03-27 18:15:58 on branch v1.80 — Lots of proper use of debugprint and mtargs plus some small cleanup. (user: mrwellan, size: 4362) [annotate] [blame] [check-ins using] [more...]
To Artifact [46672e7cbf]:
- File mtexec.scm — part of check-in [6a0dfac751] at 2024-01-30 16:38:49 on branch v1.80-revolution-modfiles — Completed migration of several files to modules (user: mrwellan, size: 4403) [annotate] [blame] [check-ins using] [more...]
︙ | |||
28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 | 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 | + + + | ) ;; (declare (uses common)) (declare (uses mtargs)) (declare (uses configf)) ;; (declare (uses rmt)) (declare (uses commonmod)) (declare (uses configfmod)) (import commonmod configfmod (prefix mtargs args:)) ;; (use ducttape-lib) (include "megatest-version.scm") (include "megatest-fossil-hash.scm") ;; (require-library stml) |
︙ |