complete-path repair for raco make

Fix problem with 4e3a7c4 as exposed by the "make.rkt" test in
the "compiler-test" package.
This commit is contained in:
Matthew Flatt 2015-05-12 09:42:30 -06:00
parent 24b91852da
commit 64c9d8382f

View File

@ -250,7 +250,7 @@
(define-values (dir file b) (split-path hd))
(set! filelist tail)
(handler workerid 'start hd "" "" "")
(values hd (list (->bytes hd) (->bytes hd) null))]))
(values hd (list (->bytes hd) (->bytes (path->complete-path hd)) null))]))
(define/public (has-jobs?) (not (null? filelist)))
(define/public (jobs-cnt) (length filelist))