[racket-dev] A strange problem with namespaces
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