[plt-scheme] 301.16 Planet Command Line Problem

From: Matthew Flatt (mflatt at cs.utah.edu)
Date: Thu May 25 16:44:40 EDT 2006

At Thu, 25 May 2006 13:23:43 -0700, "Williams, M. Douglas" wrote:
> The problem seems to be in the pack.ss file in the setup collection.  In the
> pack-plt procedure, the call to simplify-path returns #f for (simplify-path
> "." #f) which is in turn passed into mztar where the file-exists? test
> errors (since #f is not a path or a string).  I'm not sure if this is a new
> behavior or not.

That's certainly a bug in `simplify-path'. The bug must be old, but the
changes that made `pack-plt' hit this bug are recent.

I'll work on it now; thanks for the pointers.

Matthew



Posted on the users mailing list.