Differences From Artifact [86190a84aa]:
- File rmt.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: 54053) [annotate] [blame] [check-ins using]
To Artifact [d0b4ed73a0]:
- File rmt.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: 54056) [annotate] [blame] [check-ins using]
︙ | |||
20 21 22 23 24 25 26 | 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 | - + | (use format typed-records) ;; RADT => purpose of json format?? (declare (unit rmt)) (declare (uses api)) (declare (uses http-transport)) (declare (uses dbfile)) |
︙ |