[racket] My PLT->Racket porting experience

From: Stephen Bloch (sbloch at adelphi.edu)
Date: Thu Mar 3 19:14:41 EST 2011

>> ... starting in 5.0.2 and continuing to 5.1, if there are any failures at
>> all, evaluating even an unrelated expression in the repl will re-pop-up
>> the test failures window.  I type in this:
>> 
>>  (define (foo x) 4)
>> 
>>  (check-expect (foo 3) 5)
>> 
>> in Beginner, press Ctrl-T, and a window pops up as expected.  I close
>> it, type 4 in the REPL and hit Enter, and the window pops up again.  Is
>> this intentional?  That's a little *too* often, I think.

Yes, I bug-reported that last week.

Stephen Bloch
sbloch at adelphi.edu
> 


Posted on the users mailing list.