Differences From Artifact [413cf26858]:
- File mtut.scm — part of check-in [ca42565289] at 2020-12-16 20:49:54 on branch v1.65 — Fixed bug in configf:lookup-number and few improvements to mtutil go (user: mrwellan, size: 89213) [annotate] [blame] [check-ins using] [more...]
To Artifact [b04fee463b]:
- File mtut.scm — part of check-in [5cb7bf9076] at 2023-02-23 08:46:55 on branch v1.80 — configf ext-tests fixed. (user: matt, size: 89293) [annotate] [blame] [check-ins using]
︙ | |||
28 29 30 31 32 33 34 35 36 37 38 39 40 41 | 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 | + + + | (prefix sqlite3 sqlite3:) nanomsg) (declare (uses common)) (declare (uses margs)) (declare (uses configf)) ;; (declare (uses rmt)) (declare (uses commonmod)) (declare (uses commonmod.import)) (import commonmod) (use ducttape-lib) (include "megatest-fossil-hash.scm") (require-library stml) |
︙ |