Re: [racket] Circular dependency error message

2012-06-06 Thread Matthew Flatt
Yes, I'll fix that. Thanks! At Wed, 6 Jun 2012 11:04:14 +0200, Tobias Hammer wrote: > Hi, > > would it, maybe as part of the current error message overhauling, be > possible > to make the error message for cyclic requires more useful. > It is currently truncated at an arbitrary length, that is

[racket] Circular dependency error message

2012-06-06 Thread Tobias Hammer
Hi, would it, maybe as part of the current error message overhauling, be possible to make the error message for cyclic requires more useful. It is currently truncated at an arbitrary length, that is often not enough to show a full cycle. That makes it unnecessary hard to track down these p