[racket] Bug report: collects/htdp/hangman.rkt

From: Matthias Felleisen (matthias at ccs.neu.edu)
Date: Tue Sep 21 11:56:53 EDT 2010

htdp/tests/hangman1.rkt ; run (hangman make-reveal make-reveal add1) in REPL 

htdp/tests/hangman-error.rkt ; just run 

ignore errors 



On Sep 21, 2010, at 9:58 AM, Robby Findler wrote:

> I've fixed the problem that was introduced when signatures were added,
> but there seem to be other problems with the teachpack.
> 
> If someone would be kind enough to provide a test case (a sample
> non-"solution" that at least runs) I'll keep working on it and put it
> into drdr so that we don't have this problem going forward.
> 
> Robby
> 
> On Tue, Sep 21, 2010 at 8:21 AM, Matthias Felleisen
> <matthias at ccs.neu.edu> wrote:
>> 
>> (require htdp/hangman)
>> (define-struct wrd (a b c))
>> (hangman make-wrd make-wrd add1)
>> 
>> It's time to admit, nobody gets hung anymore.
>> 
>> On Sep 20, 2010, at 10:09 PM, Frodo theGreat wrote:
>> 
>>> DrRacket, version 5.0.1 [3m]
>>> Line 253, char 51.
>>> 
>>> The `4' should be replaced with `5'.
>>> 
>>> Frodo
>>> 
>>> _________________________________________________
>>>  For list-related administrative tasks:
>>>  http://lists.racket-lang.org/listinfo/users
>> 
>> _________________________________________________
>>  For list-related administrative tasks:
>>  http://lists.racket-lang.org/listinfo/users
>> 



Posted on the users mailing list.