Re: [racket-dev] DrRacket display bug

2013-09-26 Thread Evgeny Odegov
In addition: v5.3.6 and 'Show line numbers' is switched on. _ Racket Developers list: http://lists.racket-lang.org/dev

[racket-dev] DrRacket display bug

2013-09-26 Thread Evgeny Odegov
To reproduce: Generate file with the following script (filepath doesn't matter) and open in DrRacket. #lang racket/base (require racket/file math/number-theory) (with-output-to-file "d:/big-numbers.rkt" (λ () (define x (factorial 5000)) (displayln "#lang racket") (displayln "(defin

Re: [racket-dev] Building HEAD today

2013-09-26 Thread John Clements
On Jul 17, 2013, at 2:23 PM, Matthew Flatt wrote: > At Wed, 17 Jul 2013 16:48:06 -0400, Greg Hendershott wrote: >> I did my first fetch and build of HEAD today, using the new layout. A >> few surprises; I wanted to ask if they're as-expected (at least at >> this point in the change to the new app