[racket-dev] sporadic failure when building PLaneT docs

From: Eli Barzilay (eli at barzilay.org)
Date: Sat Aug 20 12:21:47 EDT 2011

Four minutes ago, Robby Findler wrote:
> Okay I've narrowed things down to something strange about the context in
> which racket calls the planet module name resolver. In particular, if you
> change the planet resolver by inserting this code right as the first thing
> it does:
> 
> (parameterize ([current-namespace (make-base-namespace)])
>  (eval '(module program racket/base))
>  (eval '(require 'program)))
> 
> Then you'll see the (seemingly incorrect) error that the module 'program is
> an unknown module.


(Ha, coming in 2m after I wake up.  Perfect timing.)

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


Posted on the dev mailing list.