Differences From Artifact [e03ba0fad8]:
- File dcommon.scm — part of check-in [9cc72a5dbe] at 2024-02-15 09:43:47 on branch v1.90-proper-interface-lists — Compiles (user: mrwellan, size: 299344) [annotate] [blame] [check-ins using]
To Artifact [40bf5ae211]:
- File dcommon.scm — part of check-in [9794f916ef] at 2024-02-15 09:52:05 on branch v1.90-proper-interface-lists — Dashboard runs (user: mrwellan, size: 299391) [annotate] [blame] [check-ins using]
31 32 33 34 35 36 37 38 39 40 41 42 43 44 | 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 | + + + | (declare (uses rmtmod)) (declare (uses subrunmod)) (declare (uses megatestmod)) (declare (uses runsmod)) (declare (uses tasksmod)) (declare (uses dbfile)) (declare (uses servermod)) ;; needed but dunno why (use iup canvas-draw) (module dcommon * (import scheme chicken |