Differences From Artifact [e4f4fe6b37]:
- File tree.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: 5922) [annotate] [blame] [check-ins using]
To Artifact [fbe7ce81da]:
- File tree.scm — part of check-in [f308bbcbc0] at 2023-01-31 06:47:11 on branch v1.80-reshape-no-debugprint — Re-arranged uses and imports and it worked better (user: matt, size: 5925) [annotate] [blame] [check-ins using]
︙ | |||
31 32 33 34 35 36 37 | 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 | - + | (declare (uses launch)) ;; (declare (uses megatest-version)) (declare (uses gutils)) (declare (uses db)) ;; (declare (uses server)) ;; (declare (uses synchash)) (declare (uses dcommon)) |
︙ |