[plt-scheme] (provide ...) question
On May 18, 2010, at 10:26 AM, Stevie Strickland wrote:
> On May 18, 2010, at 10:11 AM, Matthias Felleisen wrote:
>> I think this is a (known) bug in define-struct/contract.
>
> Matthias is correct (if you're interested, it's bug #10561). I'm working on some changes and fixes in the contract system that should fix this problem as well. I don't have an ETA of when that work will land, though it'll be after the next release.
This morning I wrote a fix that I can put into place now. It's now fixed in git, and will be part of the next release.
Stevie