Megatest

Check-in [03921a66f9]
Login
Overview
Comment:Removed
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | v1.65-newview
Files: files | file ages | folders
SHA1: 03921a66f9001e8fbc4252a2c355763aef6b2198
User & Date: mrwellan on 2020-04-06 16:41:11
Other Links: branch diff | manifest | tags
Context
2020-04-06
17:14
Fixed issues with localized eggs compilation check-in: 6fef3e6460 user: mrwellan tags: v1.65-newview
16:41
Removed check-in: 03921a66f9 user: mrwellan tags: v1.65-newview
16:21
Merged in v1.65 check-in: db55d34798 user: mrwellan tags: v1.65-newview
Changes

Deleted ducttape/ducttape-lib.import.scm version [31a238cf76].

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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
;;;; ducttape-lib.import.scm - GENERATED BY CHICKEN 4.10.0 -*- Scheme -*-

(eval '(import
         scheme
         chicken
         extras
         ports
         data-structures
         posix
         regex
         ansi-escape-sequences
         test
         srfi-1
         irregex
         slice
         srfi-13
         rfc3339
         directory-utils
         uuid-lib
         filepath
         srfi-19
         srfi-19
         test
         regex))
(##sys#register-compiled-module
  'ducttape-lib
  (list)
  '((runs-ok . ducttape-lib#runs-ok)
    (ducttape-debug-level . ducttape-lib#ducttape-debug-level)
    (ducttape-debug-regex-filter . ducttape-lib#ducttape-debug-regex-filter)
    (ducttape-silent-mode . ducttape-lib#ducttape-silent-mode)
    (ducttape-quiet-mode . ducttape-lib#ducttape-quiet-mode)
    (ducttape-log-file . ducttape-lib#ducttape-log-file)
    (ducttape-color-mode . ducttape-lib#ducttape-color-mode)
    (iputs-preamble . ducttape-lib#iputs-preamble)
    (script-name . ducttape-lib#script-name)
    (idbg . ducttape-lib#idbg)
    (ierr . ducttape-lib#ierr)
    (iwarn . ducttape-lib#iwarn)
    (inote . ducttape-lib#inote)
    (iputs . ducttape-lib#iputs)
    (re-match? . ducttape-lib#re-match?)
    (keyword-skim . ducttape-lib#keyword-skim)
    (skim-cmdline-opts-noarg-by-regex
      .
      ducttape-lib#skim-cmdline-opts-noarg-by-regex)
    (skim-cmdline-opts-withargs-by-regex
      .
      ducttape-lib#skim-cmdline-opts-withargs-by-regex)
    (concat-lists . ducttape-lib#concat-lists)
    (ducttape-process-command-line
      .
      ducttape-lib#ducttape-process-command-line)
    (ducttape-append-logfile . ducttape-lib#ducttape-append-logfile)
    (ducttape-activate-logfile . ducttape-lib#ducttape-activate-logfile)
    (isys . ducttape-lib#isys)
    (do-or-die . ducttape-lib#do-or-die)
    (counter-maker . ducttape-lib#counter-maker)
    (dir-is-writable? . ducttape-lib#dir-is-writable?)
    (mktemp . ducttape-lib#mktemp)
    (get-tmpdir . ducttape-lib#get-tmpdir)
    (sendmail . ducttape-lib#sendmail)
    (find-exe . ducttape-lib#find-exe)
    (zeropad . ducttape-lib#zeropad)
    (string-leftpad . ducttape-lib#string-leftpad)
    (string-rightpad . ducttape-lib#string-rightpad)
    (seconds->isodate . ducttape-lib#seconds->isodate)
    (seconds->wwdate . ducttape-lib#seconds->wwdate)
    (seconds->wwdate-values . ducttape-lib#seconds->wwdate-values)
    (isodate->seconds . ducttape-lib#isodate->seconds)
    (isodate->wwdate . ducttape-lib#isodate->wwdate)
    (wwdate->seconds . ducttape-lib#wwdate->seconds)
    (wwdate->isodate . ducttape-lib#wwdate->isodate)
    (current-wwdate . ducttape-lib#current-wwdate)
    (current-isodate . ducttape-lib#current-isodate))
  (list)
  (list))

;; END OF FILE
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<