Megatest

Diff
Login

Differences From Artifact [5fc8095c21]:

To Artifact [919d2439b4]:


22
23
24
25
26
27
28

29

30
31
32
33
34
35
36

(use format directory-utils)

(declare (unit runconfig))
(declare (uses common))

(declare (uses commonmod))

(import commonmod)


(include "common_records.scm")

(define (runconfig:read fname target environ-patt)
  (let ((ht (make-hash-table)))
    (if target (hash-table-set! ht target '()))
    (read-config fname ht #t environ-patt: environ-patt sections: (if target (list "default" target) #f))))







>

>







22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38

(use format directory-utils)

(declare (unit runconfig))
(declare (uses common))

(declare (uses commonmod))
(declare (uses debugprint))
(import commonmod)
(import debugprint)

(include "common_records.scm")

(define (runconfig:read fname target environ-patt)
  (let ((ht (make-hash-table)))
    (if target (hash-table-set! ht target '()))
    (read-config fname ht #t environ-patt: environ-patt sections: (if target (list "default" target) #f))))