Megatest

Diff
Login

Differences From Artifact [3ff83f9c3d]:

To Artifact [9d3b4cd8d6]:


17
18
19
20
21
22
23

24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47

48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74


































75
76
77

78
79
80


;;     along with Megatest.  If not, see <http://www.gnu.org/licenses/>.

;;======================================================================

(declare (unit bigmod))

(declare (uses debugprint))

(declare (uses commonmod))
(declare (uses configfmod))
(declare (uses rmtmod))
(declare (uses dbmod))

(module bigmod
	()
(import scheme

	chicken.base
	chicken.condition
	chicken.file
	chicken.io
	chicken.pathname
	chicken.port
	chicken.pretty-print
	chicken.process
	chicken.process-context
	chicken.sort
	chicken.string
	chicken.time
	chicken.module
	
	debugprint

	commonmod
	configfmod
	dbmod
	rmtmod
	
	(prefix base64 base64:)
	(prefix dbi dbi:)
	(prefix sqlite3 sqlite3:)
	(srfi 18)
	directory-utils
	format
	matchable
	md5
	message-digest
	regex
	regex-case
	sparse-vectors
	srfi-1
	srfi-13
	srfi-69
	stack
	typed-records
	z3
	
	)

(reexport debugprint


































	  commonmod
	  configfmod
	  dbmod

	  rmtmod)

)









>


|
|




















>


|
|


|



















|
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>


|
>
|

|
>
>
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
;;     along with Megatest.  If not, see <http://www.gnu.org/licenses/>.

;;======================================================================

(declare (unit bigmod))

(declare (uses debugprint))
(declare (uses mtargs))
(declare (uses commonmod))
(declare (uses configfmod))
(declare (uses dbmod))
(declare (uses rmtmod))

(module bigmod
	()
(import scheme

	chicken.base
	chicken.condition
	chicken.file
	chicken.io
	chicken.pathname
	chicken.port
	chicken.pretty-print
	chicken.process
	chicken.process-context
	chicken.sort
	chicken.string
	chicken.time
	chicken.module
	
	debugprint
	(prefix mtargs args:)
	commonmod
	configfmod
;; 	dbmod
;;	rmtmod
	
	(prefix base64 base64:)
	;; (prefix dbi dbi:)
	(prefix sqlite3 sqlite3:)
	(srfi 18)
	directory-utils
	format
	matchable
	md5
	message-digest
	regex
	regex-case
	sparse-vectors
	srfi-1
	srfi-13
	srfi-69
	stack
	typed-records
	z3
	
	)

(reexport scheme

	  chicken.base
	  chicken.condition
	  chicken.file
	  chicken.io
	  chicken.pathname
	  chicken.port
	  chicken.pretty-print
	  chicken.process
	  chicken.process-context
	  chicken.sort
	  chicken.string
	  chicken.time
	  chicken.module
	  
	  (prefix base64 base64:)
	  ;; (prefix dbi dbi:)
	  (prefix sqlite3 sqlite3:)
	  (srfi 18)
	  directory-utils
	  format
	  matchable
	  md5
	  message-digest
	  regex
	  regex-case
	  sparse-vectors
	  srfi-1
	  srfi-13
	  srfi-69
	  stack
	  typed-records
	  z3

	  commonmod
	  configfmod
	  ;; dbmod
	  debugprint
	  ;; rmtmod

	  )

)