[racket-dev] REPL broken for #lang racket language?

2011-11-04 Thread John Clements
It looks to me like my drracket REPL is unusable. To wit:

1) unset PLTCOLLECTS.
2) move ~/Library/Racket
3) move ~/Library/Preferences/*racket*
4) start drracket
5) Choose Use Language Declared in Source
6) Run
7) In REPL, evaluate 13
... get this error message: 

compile: unbound identifier (and no #%app syntax transformer is bound) at: 
module in: (module program racket/base)

 === context ===
/Users/clements/plt/collects/racket/sandbox.rkt:602:18
/Users/clements/plt/collects/racket/sandbox.rkt:340:0: call-with-limits
/Users/clements/plt/collects/racket/sandbox.rkt:582:0: evaluate-program
/Users/clements/plt/collects/racket/private/more-scheme.rkt:151:2: 
call-with-break-parameterization
/Users/clements/plt/collects/racket/sandbox.rkt:722:2: user-process
/Users/clements/plt/collects/mred/private/wx/common/queue.rkt:432:6
/Users/clements/plt/collects/mred/private/wx/common/queue.rkt:472:32


Could I be doing something dumb here? If I don't hear from anyone, I'll file 
this as a bug report.

John



smime.p7s
Description: S/MIME cryptographic signature
_
  For list-related administrative tasks:
  http://lists.racket-lang.org/listinfo/dev

Re: [racket-dev] REPL broken for #lang racket language?

2011-11-04 Thread Robby Findler
Looks like a bug to me.

Robby

On Fri, Nov 4, 2011 at 4:25 PM, John Clements cleme...@brinckerhoff.org wrote:
 It looks to me like my drracket REPL is unusable. To wit:

 1) unset PLTCOLLECTS.
 2) move ~/Library/Racket
 3) move ~/Library/Preferences/*racket*
 4) start drracket
 5) Choose Use Language Declared in Source
 6) Run
 7) In REPL, evaluate 13
 ... get this error message:

 compile: unbound identifier (and no #%app syntax transformer is bound) at: 
 module in: (module program racket/base)

  === context ===
 /Users/clements/plt/collects/racket/sandbox.rkt:602:18
 /Users/clements/plt/collects/racket/sandbox.rkt:340:0: call-with-limits
 /Users/clements/plt/collects/racket/sandbox.rkt:582:0: evaluate-program
 /Users/clements/plt/collects/racket/private/more-scheme.rkt:151:2: 
 call-with-break-parameterization
 /Users/clements/plt/collects/racket/sandbox.rkt:722:2: user-process
 /Users/clements/plt/collects/mred/private/wx/common/queue.rkt:432:6
 /Users/clements/plt/collects/mred/private/wx/common/queue.rkt:472:32


 Could I be doing something dumb here? If I don't hear from anyone, I'll file 
 this as a bug report.

 John


 _
  For list-related administrative tasks:
  http://lists.racket-lang.org/listinfo/dev


_
  For list-related administrative tasks:
  http://lists.racket-lang.org/listinfo/dev

Re: [racket-dev] REPL broken for #lang racket language?

2011-11-04 Thread Sam Tobin-Hochstadt
This just started happening to me as well.

On Fri, Nov 4, 2011 at 5:25 PM, John Clements cleme...@brinckerhoff.org wrote:
 It looks to me like my drracket REPL is unusable. To wit:

 1) unset PLTCOLLECTS.
 2) move ~/Library/Racket
 3) move ~/Library/Preferences/*racket*
 4) start drracket
 5) Choose Use Language Declared in Source
 6) Run
 7) In REPL, evaluate 13
 ... get this error message:



-- 
sam th
sa...@ccs.neu.edu
_
  For list-related administrative tasks:
  http://lists.racket-lang.org/listinfo/dev


Re: [racket-dev] REPL broken for #lang racket language?

2011-11-04 Thread Matthew Flatt
The bug was from a commit on Wednesday. As it happens, I just now
noticed the problem, too.

I've pushed a fix.

At Fri, 4 Nov 2011 17:37:01 -0400, Sam Tobin-Hochstadt wrote:
 This just started happening to me as well.
 
 On Fri, Nov 4, 2011 at 5:25 PM, John Clements cleme...@brinckerhoff.org 
 wrote:
  It looks to me like my drracket REPL is unusable. To wit:
 
  1) unset PLTCOLLECTS.
  2) move ~/Library/Racket
  3) move ~/Library/Preferences/*racket*
  4) start drracket
  5) Choose Use Language Declared in Source
  6) Run
  7) In REPL, evaluate 13
  ... get this error message:
 
 
 
 -- 
 sam th
 sa...@ccs.neu.edu
 _
   For list-related administrative tasks:
   http://lists.racket-lang.org/listinfo/dev
_
  For list-related administrative tasks:
  http://lists.racket-lang.org/listinfo/dev