Differences From Artifact [49eee809e6]:
- File megatest.scm — part of check-in [dbc9e048de] at 2018-11-29 15:00:50 on branch v2.01-local-mtfiles — partial conversion to local files for mt* (user: mrwellan, size: 100626) [annotate] [blame] [check-ins using]
To Artifact [bcc6727fd2]:
- File megatest.scm — part of check-in [b3e2f901e2] at 2018-12-11 15:00:57 on branch v2.01-local-mtfiles — v2.01 compiles with mtconfigf but cannot yet expose needed functions to the evals in mtconfigf. (user: mrwellan, size: 100690) [annotate] [blame] [check-ins using]
︙ | |||
51 52 53 54 55 56 57 58 59 60 61 62 63 64 | 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 | + + | (declare (uses mt)) (declare (uses api)) (declare (uses tasks)) ;; only used for debugging. (declare (uses env)) (declare (uses diff-report)) (declare (uses ftail)) (import ftail) (declare (uses mtconfigf)) (import (prefix mtconfigf configf:)) (define *db* #f) ;; this is only for the repl, do not use in general!!!! (include "common_records.scm") (include "key_records.scm") (include "db_records.scm") (include "run_records.scm") |
︙ |