[racket-dev] [racket-bug] all/13315: TR error messages from "raco setup" unhelpful

From: Michael Sperber (sperber at deinprogramm.de)
Date: Thu Nov 29 04:06:49 EST 2012

Thanks Asumu for making those fixes!

Asumu Takikawa <asumu at ccs.neu.edu> writes:

> On 5.3.1, you'll have to add extra type instantiations in the tests
> or just remove the test files.

I was also e-mailing Sam about this, so some wires got crossed: Sam,
Asumu's fixes make the build go through now.

Sam also asked about the REPL output:

> (queue 1 2 3)
- : (Queue Any)
#<Queue>

I gather that in earlier versions of Racket, I'd get (Queue
Positive-Byte) or something similar.  Is

(ann (queue 1 2 3) (Queue Integer))

the right fix for this?  It seems awfully awkward.

-- 
Regards,
Mike

Posted on the dev mailing list.