Differences From Artifact [5de5d166c7]:
- File attic/ezsteps.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: 19907) [annotate] [blame] [check-ins using]
- File ezsteps.scm — part of check-in [5daa86cb52] at 2020-07-04 22:45:37 on branch v1.66 — Added MT_STEP_NAME (user: matt, size: 19907) [annotate] [blame] [check-ins using]
To Artifact [2862f58f27]:
- File ezsteps.scm — part of check-in [681937af52] at 2021-02-15 00:17:24 on branch v1.6569-multi-db-wip — Few more issues cleaned up and it seems to be running (user: matt, size: 20042) [annotate] [blame] [check-ins using] [more...]
︙ | |||
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 46 47 | + + + + + + + + + | (declare (unit ezsteps)) (declare (uses db)) (declare (uses common)) (declare (uses items)) (declare (uses runconfig)) ;; (declare (uses sdb)) ;; (declare (uses filedb)) (declare (uses commonmod)) (import commonmod) (declare (uses configfmod)) (import configfmod) (declare (uses dbmod)) (import dbmod) (include "common_records.scm") (include "key_records.scm") (include "db_records.scm") (include "run_records.scm") |
︙ |