Differences From Artifact [350245269f]:
- Executable file diff-report.scm — part of check-in [a51a5d6058] at 2023-01-30 20:20:41 on branch v1.80-reshape — wip (user: matt, size: 17865) [annotate] [blame] [check-ins using]
To Artifact [4cec165569]:
- Executable file diff-report.scm — part of check-in [5de6734970] at 2023-01-30 22:06:47 on branch v1.80-reshape-no-debugprint — removed all imports of debugprint and still can't run megatest exe (user: matt, size: 17868) [annotate] [blame] [check-ins using]
︙ | |||
21 22 23 24 25 26 27 | 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 | - + | (declare (uses rmtmod)) (declare (uses debugprint)) (include "common_records.scm") (use matchable) (use fmt) (use ducttape-lib) |
︙ |