[racket-dev] module mismatch with .zos

From: Dan Liebgold (dan.liebgold at gmail.com)
Date: Thu Oct 18 14:32:56 EDT 2012

Just a quick update. I now run racket pointing to a main collects dir with
only .zo files. It is working quite well!

Now I'm eyeing Jay McCarthy's archive code ;)

On Tue, Oct 16, 2012 at 12:23 PM, Matthew Flatt <mflatt at cs.utah.edu> wrote:

> At Tue, 16 Oct 2012 14:04:32 -0500, Robby Findler wrote:
> > Besides what Eli says, another approach is to run 'raco setup -Dxi'
> > after getting things out of perforce. That uses hashes for the files
> > to determine what to compile (so nothing will get compiled if the zos
> > are actually right), but it updates the timestamps (so racket won't
> > get confused).
>
> I think that's a good option.
>
> I think it's fine to omit ".rkt" files and ".dep" files, in which case
> timestamps on ".zo" files don't matter.
>
> (You could also keep ".dep" files along with ".zo" files, in which case
> timestamps still don't matter, but that doesn't seem useful.)
>
>


-- 
Dan Liebgold    [dan.liebgold at gmail.com]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/dev/archive/attachments/20121018/95eb9c11/attachment.html>

Posted on the dev mailing list.