Differences From Artifact [2cc987e965]:
- File dcommon.scm — part of check-in [2b7b20907b] at 2022-12-11 13:51:59 on branch v1.80 — Use low-noise-print to make the summary view more stable (user: matt, size: 63127) [annotate] [blame] [check-ins using] [more...]
To Artifact [960040782d]:
- File dcommon.scm — part of check-in [a51a5d6058] at 2023-01-30 20:20:41 on branch v1.80-reshape — wip (user: matt, size: 63169) [annotate] [blame] [check-ins using]
︙ | |||
26 27 28 29 30 31 32 33 | 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 | + - + + + | (use regex typed-records matchable) (declare (unit dcommon)) (declare (uses gutils)) (declare (uses db)) (declare (uses commonmod)) (declare (uses debugprint)) |
︙ |