[plt-scheme] sporadic seconds->date error when doing setup-plt -l

From: Eli Barzilay (eli at barzilay.org)
Date: Mon May 4 02:39:48 EDT 2009

On May  4, Neil Van Dyke wrote:
> I can't debug right at the moment, but a wild guess, based on when
> this occurs, is that it might be a bug triggered by a file mtime in
> the future (due to CVS checkout from server with relatively 'fast'
> clock).

I think that I know where the bug was, and committed a fix.  If it's
right, then it's in code that is supposed to barf at you with
something like:

  date for newly created .zo file (<zofile> @ <time>) is before
  source-file date (<srcfile> @ <time>), which appears to be in the
  future

-- 
          ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay:
                  http://www.barzilay.org/                 Maze is Life!


Posted on the users mailing list.