We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45a543d commit 9fa6db5Copy full SHA for 9fa6db5
commit.rkt
@@ -54,4 +54,8 @@
54
(write-bytes #"\n" o)
55
(close-output-port o)
56
57
- (subprocess-wait p))
+ (subprocess-wait p)
58
+
59
+ ;; to avoid raco test failures
60
+ (module test racket)
61
+ )
main.rkt
@@ -47,3 +47,5 @@
47
(define end-time (chop:go dest-dir tmp-dir dry-run?))
48
49
(printf "\n### git-slice: finished in ~a total seconds\n" (/ (- end-time init-time) 1000.))
50
51
+(module test racket)
prune.rkt
@@ -108,4 +108,7 @@
108
(lambda (o) (fprintf o "~a\npost: ~s\n" commit keeps))
109
'append)
110
111
112
113
114
)
0 commit comments