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! _________________________________________________ For list-related administrative tasks: http://list.cs.brown.edu/mailman/listinfo/plt-dev