[racket-dev] [racket-bug] all/13315: TR error messages from "raco setup" unhelpful
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