Differences From Artifact [dbcf309f44]:
- File attic/dcommon.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: 62837) [annotate] [blame] [check-ins using]
- File dcommon.scm — part of check-in [f74b755ed8] at 2021-01-14 14:55:42 on branch v1.6569-refactor-server-key-chk — check server-key on every request server gets (user: pjhatwal, size: 62837) [annotate] [blame] [check-ins using]
To Artifact [35ed13ca5b]:
- File dcommon.scm — part of check-in [f7bd519f51] at 2021-02-07 21:52:17 on branch v1.6569-multi-db — Moved some defstructs into dcommonmod. (user: matt, size: 62934) [annotate] [blame] [check-ins using]
︙ | |||
25 26 27 28 29 30 31 32 33 34 35 36 37 38 | 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 | + + + + + + + | (import canvas-draw-iup) (use regex typed-records matchable) (declare (unit dcommon)) (declare (uses gutils)) (declare (uses db)) (declare (uses commonmod)) (import commonmod) (declare (uses dcommonmod)) (import dcommonmod) ;; (declare (uses synchash)) (include "megatest-version.scm") (include "common_records.scm") (include "db_records.scm") (include "key_records.scm") (include "run_records.scm") |
︙ |