Re: [racket-dev] Triggered a macro system internal error

2013-06-27 Thread Matthew Flatt
I mean "taints", not "traits". At Thu, 27 Jun 2013 06:32:20 -0700, Matthew Flatt wrote: > The problem was in the way that traits are managed for submodule > expansion plus a problem with Typed Racket's trait arming of a module > body (which was also my fault). I've pushed a repair. > > At Tue, 25

Re: [racket-dev] Triggered a macro system internal error

2013-06-27 Thread Matthew Flatt
The problem was in the way that traits are managed for submodule expansion plus a problem with Typed Racket's trait arming of a module body (which was also my fault). I've pushed a repair. At Tue, 25 Jun 2013 10:05:28 -0400, Asumu Takikawa wrote: > Hi all, > > I accidentally triggered what appear