Re: [racket-dev] [plt] Push #20578: master branch updated

2010-06-26 Thread Jay McCarthy
Just using the core of even-read didn't work. It would start to read after parse-statement had returned and then my parser would just sit there because the port wasn't returning EOF. I think it is a bug. Jay On Fri, Jun 25, 2010 at 10:44 PM, Eli Barzilay e...@barzilay.org wrote: On Jun 26,

Re: [racket-dev] [plt] Push #20578: master branch updated

2010-06-26 Thread Robby Findler
It should be set by the 'configure-runtime thunk (from module-language-info), right? (I'm not sure about the bug, tho.) Robby On Sat, Jun 26, 2010 at 8:47 AM, Jay McCarthy jay.mccar...@gmail.com wrote: Just using the core of even-read didn't work. It would start to read after parse-statement

Re: [racket-dev] [plt] Push #20578: master branch updated

2010-06-26 Thread Jay McCarthy
You are right. I used it and it works. Nice! Jay On Sat, Jun 26, 2010 at 4:58 PM, Robby Findler ro...@eecs.northwestern.edu wrote: It should be set by the 'configure-runtime thunk (from module-language-info), right? (I'm not sure about the bug, tho.) Robby On Sat, Jun 26, 2010 at 8:47