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

2013-06-03 Thread Robby Findler
Yes, I noticed that too. It would be good if someone looked into it. Robby On Mon, Jun 3, 2013 at 9:57 AM, Eli Barzilay wrote: > Ah, so this is what made the scribble/reader tests fail -- thanks for > the fix. But there's still a possible problem: > > v5.3.4: > -> (raise-read-error "foo"

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

2013-06-03 Thread Eli Barzilay
Ah, so this is what made the scribble/reader tests fail -- thanks for the fix. But there's still a possible problem: v5.3.4: -> (raise-read-error "foo" 'src 1 2 3 4) ; src:1:2: foo [,bt for context] Before this commit: -> (raise-read-error "foo" 'src 1 2 3 4) ; #foo [,bt for cont