Differences From Artifact [f3a8d144b3]:
- File dcommon.scm — part of check-in [dd508f0885] at 2021-02-27 18:53:12 on branch v1.65-real-new-runs-view-wip3 — It compiles (user: matt, size: 63118) [annotate] [blame] [check-ins using]
To Artifact [bb4fd504cd]:
- File attic_modular/dcommon.scm — part of check-in [5d8e30ec14] at 2021-03-06 04:45:53 on branch v1.65-real-chicken-5 — wip (user: matt, size: 63159) [annotate] [blame] [check-ins using]
- File dcommon.scm — part of check-in [a23657561e] at 2021-02-28 02:18:13 on branch v1.65-real-new-runs-view-wip3 — Dashboard starts (user: matt, size: 63159) [annotate] [blame] [check-ins using]
︙ | |||
43 44 45 46 47 48 49 50 51 52 53 54 55 56 | 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 | + + + | (import configfmod) (declare (uses dcommonmod)) (import dcommonmod) (declare (uses servermod)) (import servermod) (declare (uses rmtmod)) (import rmtmod) ;; (declare (uses synchash)) (include "megatest-version.scm") (include "common_records.scm") (include "db_records.scm") (include "key_records.scm") |
︙ |