Re: [racket-users] "check-random" + TR

2017-03-28 Thread 'John Clements' via Racket Users
> On Mar 28, 2017, at 11:51 AM, Matthias Felleisen wrote: > > > Probably. > > FWIW, Kathy hasn’t maintained the system for a while and no longer gets mail > about it. I am the one who implemented check-random. Is it the only thing > that isn’t running under TR? I’m not aware of any others

Re: [racket-users] "check-random" + TR

2017-03-28 Thread Matthias Felleisen
Probably. FWIW, Kathy hasn’t maintained the system for a while and no longer gets mail about it. I am the one who implemented check-random. Is it the only thing that isn’t running under TR? > On Mar 28, 2017, at 12:38 PM, 'John Clements' via Racket Users > wrote: > > Someone on stack ov

[racket-users] "check-random" + TR

2017-03-28 Thread 'John Clements' via Racket Users
Someone on stack overflow just discovered that “check-random”—from Kathy Gray’s teaching language test framework—doesn’t work with TR. It looks like this is because no one bothered to implement it. I suggested that they change to rackunit, instead, and provided them with this quick hack version