Differences From Artifact [89bea698c4]:
- File runs.scm — part of check-in [badd71f3b3] at 2021-01-15 22:46:24 on branch v1.6569-diet — begin diet (user: matt, size: 160400) [annotate] [blame] [check-ins using]
To Artifact [030b929939]:
- File runs.scm — part of check-in [890b2e71ae] at 2020-08-31 09:09:01 on branch v1.65-cleanup — Don't bypass runs:expand-items on max jobs. ==6.2/1.9/WARN/1201/mars== (user: matt, size: 160429) [annotate] [blame] [check-ins using] [more...]
︙ | |||
32 33 34 35 36 37 38 39 40 41 42 43 44 45 | 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 | + | (declare (uses archive)) ;; (declare (uses filedb)) (include "common_records.scm") (include "key_records.scm") (include "db_records.scm") (include "run_records.scm") (include "test_records.scm") ;; (include "debugger.scm") ;; use this struct to facilitate refactoring ;; (defstruct runs:dat |
︙ |