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

2013-02-19 Thread Asumu Takikawa
On 2013-02-19 10:48:21 -0500, mfl...@racket-lang.org wrote:
 ca95129 Matthew Flatt mfl...@racket-lang.org 2013-02-19 08:02
 :
 | JIT: inline `char-integer' and `integer-char'

I think this commit broke the build for me. I get segfaults like this:

  raco setup: 7 making: ffi
  SIGSEGV MAPERR si_code 1 fault on addr 0x1386ad8
  Aborted

And I also get errors from integer-char like this:

  integer-char: contract violation
expected: (and/c (integer-in 0 #x10) (not/c (integer-in #xD800 #xDFFF)))
given: #bad-value

I'll try getting a stack trace too.

Cheers,
Asumu
_
  Racket Developers list:
  http://lists.racket-lang.org/dev


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

2013-02-19 Thread Matthew Flatt
I forgot to check 32-bit mode, and I see a problem there. Are you using
a 32-bit or 64-bit build?

At Tue, 19 Feb 2013 12:29:57 -0500, Asumu Takikawa wrote:
 On 2013-02-19 10:48:21 -0500, mfl...@racket-lang.org wrote:
  ca95129 Matthew Flatt mfl...@racket-lang.org 2013-02-19 08:02
  :
  | JIT: inline `char-integer' and `integer-char'
 
 I think this commit broke the build for me. I get segfaults like this:
 
   raco setup: 7 making: ffi
   SIGSEGV MAPERR si_code 1 fault on addr 0x1386ad8
   Aborted
 
 And I also get errors from integer-char like this:
 
   integer-char: contract violation
 expected: (and/c (integer-in 0 #x10) (not/c (integer-in #xD800 
 #xDFFF)))
 given: #bad-value
 
 I'll try getting a stack trace too.
 
 Cheers,
 Asumu
 _
   Racket Developers list:
   http://lists.racket-lang.org/dev
_
  Racket Developers list:
  http://lists.racket-lang.org/dev


[racket-dev] Potential bug with icons in head

2013-02-19 Thread Philippe Mechaï
Hi,

I've just compiled latest Racket version and found out icons are not
displayed correctly as shown in attached screenshot.

Please tell me if I can be of any help to diagnose this problem.

Regards,
Philippe
attachment: iconbug.png_
  Racket Developers list:
  http://lists.racket-lang.org/dev


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

2013-02-19 Thread Asumu Takikawa
On 2013-02-19 10:44:47 -0700, Matthew Flatt wrote:
 I forgot to check 32-bit mode, and I see a problem there. Are you using
 a 32-bit or 64-bit build?

64-bit.

Cheers,
Asumu
_
  Racket Developers list:
  http://lists.racket-lang.org/dev


Re: [racket-dev] Potential bug with icons in head

2013-02-19 Thread Asumu Takikawa
On 2013-02-19 19:19:24 +0100, Philippe Mechaï wrote:
I've just compiled latest Racket version and found out icons are not
displayed correctly as shown in attached screenshot.
Please tell me if I can be of any help to diagnose this problem.

FWIW, I've had this problem too on a 64-bit Linux machine.

Cheers,
Asumu
_
  Racket Developers list:
  http://lists.racket-lang.org/dev


[racket-dev] I'd like to add a sidebar link to all documentation versions in docs.racket-lang.org.

2013-02-19 Thread Danny Yoo
I always have a difficult time looking for the documentation for
previous versions of Racket.  For example, I wanted to compare API
documentation for 5.2.1 vs. the latest.  I visited:

http://docs.racket-lang.org/

and immediately got stuck.  I had no idea what to do next here.


It turns out that prior versions of documentation are linked from the
Download section:

http://download.racket-lang.org/docs/


Preferably, this link should show up somewhere on the sidebar of the
main documentation site.  I'm proposing:


https://github.com/dyoo/racket/commit/87a5280b13f7092f730145028fcbdea8a8cc5519


Is this ok?
_
  Racket Developers list:
  http://lists.racket-lang.org/dev