Differences From Artifact [8132d96410]:
- File common.scm — part of check-in [83714e16c5] at 2021-02-24 23:28:13 on branch v1.65-real-new-runs-view-wip2 — fixed portlogger - there was installed module colliding. moved few more things around and getting close (user: matt, size: 59344) [annotate] [blame] [check-ins using] [more...]
To Artifact [da2d139bbd]:
- File common.scm — part of check-in [a9196a3661] at 2021-02-26 20:40:38 on branch v1.65-real-new-runs-view-wip3 — wip converting more to modules (user: matt, size: 59389) [annotate] [blame] [check-ins using]
︙ | |||
55 56 57 58 59 60 61 62 63 64 65 66 67 68 | 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 | + + + | (import dbmod) (declare (uses configfmod)) (import configfmod) (declare (uses servermod)) (import servermod) (declare (uses margsmod)) (import margsmod) (include "common_records.scm") ;;====================================================================== ;; (require-library margs) ;; (include "margs.scm") |
︙ |