[racket-dev] Running in DrRacket changes behavior of the `compiler/cm` library

From: Danny Yoo (dyoo at hashcollision.org)
Date: Sat Feb 2 17:43:39 EST 2013

On Sat, Feb 2, 2013 at 3:31 PM, Robby Findler
<robby at eecs.northwestern.edu> wrote:
> Planet 1 explicitly deals with this by having the runtime system give it
> access to the original parameterization, which it picks and chooses
> parameters from to restore (to make sure that this kind of thing doesn't
> happen).

Ok, I think I see it.  It's in resolve.rkt, right?

    https://github.com/plt/racket/blob/master/collects/planet/private/resolver.rkt#L609

Posted on the dev mailing list.