Re: [racket-dev] strange output on console

2011-01-12 Thread Robby Findler
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 Felleis

[racket-dev] strange output on console

2011-01-12 Thread Matthias Felleisen
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 admin