Re: [racket-users] Namespaces and phases

2017-01-16 Thread Rohin Shah
Thanks! I may wait for the next Racket release to test it out, so I won't know for a while whether this fixes my main issue, but I'm pretty sure it will. On Mon, Jan 16, 2017 at 8:13 AM, Matthew Flatt wrote: > Hi Rohin, > > Sorry for the long delay! I've pushed a repair for this bug. > > Matthew

Re: [racket-users] Namespaces and phases

2017-01-16 Thread Matthew Flatt
Hi Rohin, Sorry for the long delay! I've pushed a repair for this bug. Matthew At Fri, 23 Sep 2016 16:04:29 -0700 (PDT), Rohin Shah wrote: > Hi, > > I've been trying to create a namespace and then import it at a different > phase, but I can't get it to work. Basically, it seems like an issue w

[racket-users] Namespaces and phases

2016-09-23 Thread Rohin Shah
Hi, I've been trying to create a namespace and then import it at a different phase, but I can't get it to work. Basically, it seems like an issue with the base phase of a namespace being set by the module that is requiring it, rather than the module that it is in. Is there a way to get around t