[racket] procedure get-compiled-file-sha1: expects 1 argument, given 2

From: Matthew Flatt (mflatt at cs.utah.edu)
Date: Mon Jun 28 09:08:48 EDT 2010

At Sun, 27 Jun 2010 19:34:02 +0200, Laurent wrote:
> . . M:\Program Files\Racket\collects\racket\private\promise.rkt:103:10:
> procedure get-compiled-file-sha1: expects 1 argument, given 2:
> #<path:common_ss.zo> #<path:compiled\drracket>

This bug seems to have been fixed since v5.0. You could try a nightly
build from

  http://pre.racket-lang.org/installers/

I think that re-installing didn't help because the bug is triggered by
something in ".dep" files for your code. So, removing "compiled"
directories may work around the problem.

> E:\Projets\Scheme-svn\towers>racket -S E:\Projets\Scheme-svn compile.rkt
> car: expects argument of type <pair>; given '()

Can you send me your old ".ico" file so that I can make replicate and
fix this bug?

Thanks,
Matthew



Posted on the users mailing list.