[plt-scheme] some complaints about PLaneT

From: Robby Findler (robby at cs.uchicago.edu)
Date: Tue Mar 1 09:58:39 EST 2005

At Tue, 1 Mar 2005 08:20:28 +0800, "Zhu Chongkai" wrote:
> For my package, there are two particular points:
> 
> In "info.ss":
> 
> (define pre-install-collection "installer.ss")
> (define tool-icons '(("name.gif" "name")))   ; point two
> 
> [ ...]
>
> Ant point two is something that I really can't do because 
> of PLaneT. 

Technically, it was DrScheme that was causing the problem in this case,
not PLaneT. I've committed a fix. You can now write:

  (define tool-icons (list "name.gif"))

assuming name.gif is in the same directory as your info.ss file.

Docs should be out tomorrow, but the code is released to CVS now.

Robby



Posted on the users mailing list.