[racket-dev] Running in DrRacket changes behavior of the `compiler/cm` library
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