[racket-dev] A strange problem with namespaces

From: Sam Tobin-Hochstadt (samth at cs.indiana.edu)
Date: Wed May 7 12:22:28 EDT 2014

On Wed, May 7, 2014 at 11:57 AM, Matthew Flatt <mflatt at cs.utah.edu> wrote:
> I see. The errors are about the modules that require "evaluator.rkt".
> That is, the modules that use `phase1-phase0-eval` need to be
> available, not just "evaluator.rkt", so that transformer bindings in
> those modules can be used.
>
> So, ...

Thanks, that works.  Sadly, I guess that's means we can't add an
option to `namespace-anchor->namespace` to do this correctly.

Sam

Posted on the dev mailing list.