Differences From Artifact [c06e686d88]:
- File tcmt.scm — part of check-in [0c080a2500] at 2020-07-05 23:44:38 on branch v1.66-captain-ulex — Added apimod.scm and got it all to compile again (user: matt, size: 15222) [annotate] [blame] [check-ins using]
To Artifact [6658a745e5]:
- File attic/tcmt.scm — part of check-in [101ee7c52b] at 2021-03-06 04:39:46 on branch v1.65-real-chicken-5 — Try a grounds-up switch to chicken-5 (user: matt, size: 15259) [annotate] [blame] [check-ins using]
- File tcmt.scm — part of check-in [48f4863bc1] at 2020-08-21 16:51:24 on branch v1.65-merge-forward-v1.66 — Merging v1.66 *applicable* changes to v1.65. (user: mrwellan, size: 15259) [annotate] [blame] [check-ins using]
︙ | |||
27 28 29 30 31 32 33 34 35 36 37 38 39 40 | 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 | + | (use trace) ;; (trace-call-sites #t) (declare (uses margs)) (declare (uses rmt)) (declare (uses common)) ;; (declare (uses megatest-version)) (include "megatest-version.scm") (include "megatest-fossil-hash.scm") (include "db_records.scm") (define origargs (cdr (argv))) (define remargs (args:get-args |
︙ |