[racket-dev] strange output on console

From: Robby Findler (robby at eecs.northwestern.edu)
Date: Wed Jan 12 17:51:40 EST 2011

read-language is never supposed to return eof but in some situations I
cannot reproduce it does (this used to cause drracket to get stuck in
an edit sequence). So I added a printf at a callsite; if you can make
it happen that would be useful.

Robby

On Wednesday, January 12, 2011, Matthias Felleisen <matthias at ccs.neu.edu> wrote:
>
> This showed up in the console from where I launched drracket:
>
>> file #f produces eof from read-language
>>   port-next-location (#f #f 36)
>>   str ";; Xexpr -> [Listof (Cons Nat Nat)]"
>
> The string is a part of my program.
> _________________________________________________
>   For list-related administrative tasks:
>   http://lists.racket-lang.org/listinfo/dev
>


Posted on the dev mailing list.