Differences From Artifact [c1bbc9417a]:
- File commonmod.scm — part of check-in [d345134880] at 2019-12-28 22:08:33 on branch v1.70-defunct-try — wip (user: matt, size: 45351) [annotate] [blame] [check-ins using]
To Artifact [783f6dcf03]:
- File commonmod.scm — part of check-in [d9c2c16c0d] at 2019-12-28 22:57:06 on branch v1.70-defunct-try — compiles/runs megatest (dunno about dashboard yet). (user: matt, size: 45354) [annotate] [blame] [check-ins using]
︙ | |||
17 18 19 20 21 22 23 | 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 | - + | ;; along with Megatest. If not, see <http://www.gnu.org/licenses/>. ;;====================================================================== (declare (unit commonmod)) (declare (uses mtargs)) ;; (declare (uses stml2)) |
︙ |