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 [cc88551c71]:
- File mtut.scm — part of check-in [132a2cd58e] at 2021-09-07 19:29:05 on branch v1.65-debugging-update-orig — Switch some missed require stml to use stml2 (user: matt, size: 89202) [annotate] [blame] [check-ins using] [more...]
︙ | |||
33 34 35 36 37 38 39 | 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 | - + | (declare (uses configf)) ;; (declare (uses rmt)) (use ducttape-lib) (include "megatest-fossil-hash.scm") |
︙ |