Differences From Artifact [6e1536548a]:
- File runs.scm (unpublished)— part of check-in [28303029ea] at 2021-02-25 16:24:03 on branch v1.6569-new-diet — begin diet From: badd71f3b34a7dc4f4bdf120b79438d403fd0733 User: matt (user: matt, size: 163580) [annotate] [blame] [check-ins using] [more...]
To Artifact [2583922f1c]:
- File attic/runs.scm — part of check-in [101ee7c52b] at 2021-03-06 04:39:46 on branch v1.65-real-chicken-5 — Try a grounds-up switch to chicken-5 (user: matt, size: 163609) [annotate] [blame] [check-ins using]
- File runs.scm — part of check-in [6ff4310a7a] at 2021-02-05 15:36:34 on branch v1.65-real — merged in changes for wildcard target in remove runs, support for dashboard in sles12, and archival of rerun data. (user: mmgraham, size: 163609) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
32 33 34 35 36 37 38 39 40 41 42 43 44 45 | (declare (uses archive)) ;; (declare (uses filedb)) (include "common_records.scm") (include "key_records.scm") (include "db_records.scm") (include "run_records.scm") ;; (include "debugger.scm") ;; use this struct to facilitate refactoring ;; (defstruct runs:dat | > | 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 |
︙ | ︙ |