Re: [racket-dev] check-syntax (require plot) hangs drracket

2011-12-13 Thread Marijn
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 06-12-11 23:14, Robby Findler wrote: > I've pushed a change that I think (hope) fixes this. > > Robby Hi Robby, I'm sorry to disappoint, but the issue is still there with this morning's master. Marijn -BEGIN PGP SIGNATURE- Version: GnuPG

Re: [racket-dev] check-syntax (require plot) hangs drracket

2011-12-13 Thread Robby Findler
Thanks for checking back in. In retrospect, that was a stupid change of mine. I've reverted it and pushed a different attempt. The current change is unlikely to be the right long-term solution, but I'm curious to see if it improves things for you at least. Thanks, Robby On Tue, Dec 13, 2011 at 3

[racket-dev] raco make broken

2011-12-13 Thread Tobias Hammer
Hello, raco make --no-deps seems to be broken: default-load-handler: cannot open input file: racket-5.2.0.6/collects/compiler/cffi.rkt" (No such file or directory; errno=2) === context === standard-module-name-resolver racket-5.2.0.6/collects/compiler/compiler-unit.rkt:82:2: core50 racket-5.2.0

Re: [racket-dev] raco make broken

2011-12-13 Thread Matthew Flatt
I've pushed a repair. Thanks for the report! At Tue, 13 Dec 2011 13:56:32 +0100, Tobias Hammer wrote: > Hello, > > raco make --no-deps seems to be broken: > > default-load-handler: cannot open input file: > racket-5.2.0.6/collects/compiler/cffi.rkt" (No such file or directory; > errno=2) > > =

Re: [racket-dev] plot doesn't plot (inexact->exact: no exact representation for +nan.0)

2011-12-13 Thread Marijn
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 07-12-11 19:46, Neil Toronto wrote: > I just pushed a change that should keep it from raising an error. > Can you get the latest and try it? If there's no error, will you > please send me (personally, not the list) a screenshot of the > result? The

[racket-dev] scribble -- an ncurses game

2011-12-13 Thread Jon Rafkind
A user of mine alerted me to the fact that 'scribble' is a crossword puzzle similar to scrabble. He had it installed in ubuntu so when he typed make in my source tree he ended up playing a game instead of generating documentation. $ aptitude search scribble p scribble

Re: [racket-dev] scribble -- an ncurses game

2011-12-13 Thread Neil Van Dyke
Jon Rafkind wrote at 12/13/2011 06:27 PM: A user of mine alerted me to the fact that 'scribble' is a crossword puzzle similar to scrabble. He had it installed in ubuntu so when he typed make in my source tree he ended up playing a game instead of generating documentation. Given how massiv

Re: [racket-dev] scribble -- an ncurses game

2011-12-13 Thread James McCoy
On Tue, Dec 13, 2011 at 07:31:56PM -0500, Neil Van Dyke wrote: > Jon Rafkind wrote at 12/13/2011 06:27 PM: > >A user of mine alerted me to the fact that 'scribble' is a crossword > >puzzle similar to scrabble. He had it installed in ubuntu so when he > >typed make in my source tree he ended up play

Re: [racket-dev] scribble -- an ncurses game

2011-12-13 Thread Matthew Flatt
You can use `raco scribble' instead of `scribble'. Maybe `raco scribble' should be the preferred form? At Tue, 13 Dec 2011 19:31:56 -0500, Neil Van Dyke wrote: > Jon Rafkind wrote at 12/13/2011 06:27 PM: > > A user of mine alerted me to the fact that 'scribble' is a crossword puzzle > similar to

Re: [racket-dev] scribble -- an ncurses game

2011-12-13 Thread Jon Rafkind
On 12/13/2011 08:11 PM, Matthew Flatt wrote: > You can use `raco scribble' instead of `scribble'. Maybe `raco > scribble' should be the preferred form? Sounds like a good solution to me for now, thanks. _ For list-related administrative tasks: ht