[racket-dev] module mismatch with .zos

From: Robby Findler (robby at eecs.northwestern.edu)
Date: Mon Oct 15 22:01:39 EDT 2012

On Mon, Oct 15, 2012 at 7:59 PM, Dan Liebgold <dan.liebgold at gmail.com> wrote:
> On Mon, Oct 15, 2012 at 5:23 PM, Matthew Flatt <mflatt at cs.utah.edu> wrote:
>>
>> Is there any chance that the ".zo" file timestamps became earlier than
>> the ".rkt" timestamps on end-users' machines?
>>
>
> Yes that is possible... we're distributing using Perforce, which timestamps
> files at the time of syncing. Would that give the result I'm seeing?
>
> I'm guessing I should supply a custom compile-manager to ignore rkt files.
> This is certainly a case where we would like to only care about .zos.

You could just omit the source files, if you really don't care about
them being there.

Robby

Posted on the dev mailing list.