Thanks Asumu for making those fixes!

Asumu Takikawa <as...@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
_________________________
  Racket Developers list:
  http://lists.racket-lang.org/dev

Reply via email to