[racket-dev] sporadic failure when building PLaneT docs

From: Robby Findler (robby at eecs.northwestern.edu)
Date: Sat Aug 20 12:16:25 EDT 2011

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.

Robby
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/dev/archive/attachments/20110820/41574dbf/attachment.html>

Posted on the dev mailing list.