Differences From Artifact [1840503be8]:
- File attic_modular/megatest.scm — part of check-in [5d8e30ec14] at 2021-03-06 04:45:53 on branch v1.65-real-chicken-5 — wip (user: matt, size: 110722) [annotate] [blame] [check-ins using]
- File megatest.scm — part of check-in [a3b4a5e4bc] at 2021-02-27 21:06:29 on branch v1.65-real-new-runs-view-wip3 — compiles and basics run (user: matt, size: 110722) [annotate] [blame] [check-ins using]
To Artifact [ef84a758f0]:
- File megatest.scm (unpublished)— part of check-in [3bd051cf6a] at 2021-03-02 20:11:01 on branch v1.65-real-new-runs-view-wip4 — Trying to include stml2 in all needed areas - didn't seem to work (user: mrwellan, size: 110896) [annotate] [blame] [check-ins using]
90 91 92 93 94 95 96 97 98 99 100 101 102 103 | 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 | + + + + + + + + | (import dbmod) (declare (uses dbmod.import)) (declare (uses servermod)) (import servermod) (declare (uses servermod.import)) ;; ;; (declare (uses stml2)) ;; (include "stml2/cookie.scm") ;; (include "stml2/stml2.scm") ;; ;; (import stml2) ;; (declare (uses stml2.import)) ;; (require-library stml) ;; (include "common.scm") (include "megatest-version.scm") (declare (uses common)) ;; (declare (uses megatest-version)) |