[plt-scheme] some complaints about PLaneT

From: Matthew Flatt (mflatt at cs.utah.edu)
Date: Tue Mar 1 14:38:28 EST 2005

At Tue, 1 Mar 2005 08:20:28 +0800, "Zhu Chongkai" wrote:
> And in "installer.ss":
> 
> (module installer mzscheme
>   (require (lib "setup-extension.ss" "make"))
>   (provide pre-installer)
>   (define (pre-installer directory-path)
>     (pre-install directory-path
>                  (collection-path "name")   ; point one
> [...]

I've adjusted Setup PLT so that if a `pre-installer' function accepts
two arguments, its given a path for PLTHOME and a path for the
installer's own directory.

(If the `pre-installer' function accepts only one argument, then it's
still just given a path for PLTHOME.)

Matthew



Posted on the users mailing list.