[racket-dev] Compile error from DrRacket

From: Robby Findler (robby at eecs.northwestern.edu)
Date: Thu Dec 16 15:05:49 EST 2010

That shouldn't happen, since that is a file created by DrRacket for
its own compilation thingy and when those are created either they are
ignored or they are brought up to date. I don't suppose you can make
this happen on command?

Robby

On Thu, Dec 16, 2010 at 1:51 PM, Carl Eastlund <cce at ccs.neu.edu> wrote:
> Er, sorry, I also had a local module called "rackunit.rkt", the error
> message was probably referring to that rather than the rackunit
> collection.  Regardless, I am still wondering whether the compiler is
> supposed to raise an error or simply recompile the file.
>
> Carl Eastlund
>
> On Thu, Dec 16, 2010 at 2:48 PM, Carl Eastlund <cce at ccs.neu.edu> wrote:
>> DrRacket 5.0.2 gave me this error in a program using rackunit:
>>
>> compiled/drracket/errortrace/rackunit_rkt.zo:1:0: read (compiled):
>> code compiled for version 5.0.1, not 5.0.2
>>
>> Is this a bug or a "feature"?
>>
>> Carl Eastlund
> _________________________________________________
>  For list-related administrative tasks:
>  http://lists.racket-lang.org/listinfo/dev
>


Posted on the dev mailing list.