Differences From Artifact [f69c2b585a]:
- File api.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: 18231) [annotate] [blame] [check-ins using]
To Artifact [b16e9ba59b]:
- File api.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: 18234) [annotate] [blame] [check-ins using]
︙ | |||
24 25 26 27 28 29 30 | 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 | - + | (declare (unit api)) (declare (uses rmtmod)) (declare (uses db)) (declare (uses dbmod)) (declare (uses dbfile)) (declare (uses tasks)) |
︙ |