[racket-users] Some testing libraries

2015-08-20 Thread Jack Firth
I've made some libraries to assist testing. One is for integration testing and also making REST request simpler in general, and the other is for making mocks of procedures and checking they're called with certain arguments. The packages are named request

Re: [racket-users] contract error raised in 6.0, but not in 6.1 and 6.2?

2015-08-20 Thread Robby Findler
Thanks! That was a bug. I've pushed a fix. Robby On Wed, Aug 19, 2015 at 5:52 PM, Matthew Butterick m...@mbtype.com wrote: Below, I think `(func 42)` should raise exn:fail:contract, because `(func 42)` returns a number and the output contract for `func` specifies a boolean. And in 6.0 it