[plt-scheme] Stand-alone PLT web-app

From: Matthew Flatt (mflatt at cs.utah.edu)
Date: Tue May 29 07:39:59 EDT 2007

At Tue, 29 May 2007 10:48:17 +0100, "Matt Jadud" wrote:
> Everything seems to go fine until I get to this point:
> 
>     ;; This breaks under Windows and Linux... but why?
>     (bundle-directory bundle (format "~a-dir" bundle))
> 
> The error that gets thrown is a contract error on "current-directory".
> In particular, it says... (waiting for VMWare to come to life...):
> 
> current-directory: expects argument of type <complete path or string>;
> given relative

I expect that you can work around this bug by using
`path->complete-path' on the second argument to `bundle-directory'.

I'll fix it in SVN.

Matthew



Posted on the users mailing list.