Megatest

Check-in [e99bb6366e]
Login
Overview
Comment:Removed unneeded use of mtconfigf and margs in megatest.scm
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | v1.70-refactor01 | v1.70-defunct-try
Files: files | file ages | folders
SHA1: e99bb6366e276896fa2874f4fd97ea0912b3edf4
User & Date: matt on 2019-12-15 23:03:05
Other Links: branch diff | manifest | tags
Context
2019-12-16
04:20
Added ulex as compilation unit/module check-in: 59e9724ea3 user: matt tags: v1.70-refactor01, v1.70-defunct-try
2019-12-15
23:03
Removed unneeded use of mtconfigf and margs in megatest.scm check-in: e99bb6366e user: matt tags: v1.70-refactor01, v1.70-defunct-try
22:55
Added missing use of mtargs in commonmod. check-in: 87ba620600 user: matt tags: v1.70-refactor01, v1.70-defunct-try
Changes

Modified megatest.scm from [d6e6748073] to [5f51ceacb7].

21
22
23
24
25
26
27
28
29

30
31
32
33
34
35
36

;; fake out readline usage of toplevel-command
(define (toplevel-command . a) #f)

(use (prefix sqlite3 sqlite3:) srfi-1 posix regex regex-case srfi-69 (prefix base64 base64:)
     readline apropos json http-client directory-utils typed-records
     http-client srfi-18 extras format
     (prefix mtconfigf configf:)
     (prefix margs args:))


;; Added for csv stuff - will be removed
;;
(use sparse-vectors)

(require-library mutils)








<
<
>







21
22
23
24
25
26
27


28
29
30
31
32
33
34
35

;; fake out readline usage of toplevel-command
(define (toplevel-command . a) #f)

(use (prefix sqlite3 sqlite3:) srfi-1 posix regex regex-case srfi-69 (prefix base64 base64:)
     readline apropos json http-client directory-utils typed-records
     http-client srfi-18 extras format


     )

;; Added for csv stuff - will be removed
;;
(use sparse-vectors)

(require-library mutils)