Differences From Artifact [da2478eb1d]:
- File db.scm — part of check-in [a51a5d6058] at 2023-01-30 20:20:41 on branch v1.80-reshape — wip (user: matt, size: 202597) [annotate] [blame] [check-ins using]
To Artifact [5080053a94]:
- File db.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: 202602) [annotate] [blame] [check-ins using]
︙ | |||
62 63 64 65 66 67 68 | 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 | - + + | (include "run_records.scm") (define *number-of-writes* 0) (define *number-non-write-queries* 0) (import dbmod dbfile |
︙ |