Differences From Artifact [dd48ee309d]:
- File runs.scm — part of check-in [a67d8dbadb] at 2023-01-13 05:07:06 on branch v1.80 — New logic on delaying when can't run more tests. One more case of dbstruct used inside transaction found and fixed. (user: matt, size: 166006) [annotate] [blame] [check-ins using]
To Artifact [292b302d70]:
- File runs.scm — part of check-in [f7272f26b7] at 2023-01-19 19:52:06 on branch v1.80-reshape — Refactor start (user: matt, size: 166009) [annotate] [blame] [check-ins using]
︙ | |||
23 24 25 26 27 28 29 | 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 | - + | (declare (unit runs)) (declare (uses db)) (declare (uses common)) (declare (uses items)) (declare (uses runconfig)) (declare (uses tests)) |
︙ |