[plt-dev] Re: stuff fixed

From: Eli Barzilay (eli at barzilay.org)
Date: Wed May 26 21:15:00 EDT 2010

On May 26, Matthew Flatt wrote:
> Hopefully that's enough fixes to make progress, but let me know if
> another obstacle appears.

OK, I'll test it out soon (the PLT->Racket change will take a few
attempts).

Is there a reason you've re-introduced the arguments here:

> collects/setup/unixstyle-install.rkt
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>  
> -(define (fix-executables [binfiles #f])
> -  (parameterize ([current-directory (dir: 'bin)])
> +(define (fix-executables bindir librktdir [binfiles #f])
> +  (parameterize ([current-directory bindir])

?  The reason I removed it is that it was always the same global
bindir and librktdir, and it was confusing to have it as an argument.

-- 
          ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay:
                    http://barzilay.org/                   Maze is Life!


Posted on the dev mailing list.