Differences From Artifact [41d6e212da]:
- File rmtmod.scm — part of check-in [77cd1aff88] at 2019-12-06 16:03:58 on branch v1.65-try3 — More clean up. Added missing import of imports in megatest.scm and dashboard.scm. (user: mrwellan, size: 1356) [annotate] [blame] [check-ins using] [more...]
To Artifact [a90d5e229b]:
- File rmtmod.scm — part of check-in [546e6a3393] at 2019-12-09 04:17:10 on branch v1.70-defunct-try — Prep for rmt as module (user: matt, size: 1383) [annotate] [blame] [check-ins using]
︙ | |||
29 30 31 32 33 34 35 36 37 38 | 29 30 31 32 33 34 35 36 37 38 39 | + | (import scheme chicken data-structures extras) (import (prefix sqlite3 sqlite3:) posix typed-records srfi-18 srfi-69 format ports srfi-1 matchable) ;; (import commonmod) ;;; DO NOT ALLOW rmt*scm TO DEPEND ON common*scm!!!! ;; (import dbmod) ;; (import megamod) (use (prefix ulex ulex:)) ;; (include "rmt-inc.scm") ;; (include "common_records.scm") ) |