[racket-dev] extflonum unboxing, f80vector ffi

2013-02-15 Thread Michael Filonenko
Hi all. This time I use the github pull requesting tool, which is more comfortable for annotation, I think. The following merge request https://github.com/plt/racket/pull/245 contains: * small fixes for extflonum arithmetic: two functions were not jitted. * experimental extflonum unboxing

Re: [racket-dev] Compilation of 5.3.2 fails on some compilers

2013-02-15 Thread Tobias Hammer
Thanks for the patch. I've changed more AC_TRY_RUN()s to AC_COMPILE_IFELSE()s and AC_LINK_IFELSE()s to work better for cross-compilation, and I'll push that soon. Great! They all look good except one. The test for GNU preprocessor never fails because whether the macro exists or not does not

[racket-dev] git head setup displays problems and warnings:

2013-02-15 Thread Matthias Felleisen
context...: /Users/matthias/plt/collects/unstable/2d/private/lexer.rkt:31:2: 2dcond-lexer /Users/matthias/plt/collects/syntax-color/module-lexer.rkt:25:0: module-lexer /Users/matthias/plt/collects/scribble/private/manual-code.rkt:68:12: loop

[racket-dev] Scribble: feature request - module paths for image

2013-02-15 Thread David Van Horn
I have a scribble document that is built from two distinct locations, which makes using the Scribble image form nearly impossible since it takes a path relative to the build location. (My work around is symbolic links in the file system.) What would solve my problem is the ability to pass a

Re: [racket-dev] Scribble: feature request - module paths for image

2013-02-15 Thread Jay McCarthy
Does define-runtime-path work? Should it? On Fri, Feb 15, 2013 at 8:42 AM, David Van Horn dvanh...@ccs.neu.edu wrote: I have a scribble document that is built from two distinct locations, which makes using the Scribble image form nearly impossible since it takes a path relative to the build

Re: [racket-dev] git head setup displays problems and warnings:

2013-02-15 Thread Robby Findler
I've just pushed a fix for the runtime error at the beginning there, but I'll note that this part: raco setup: WARNING: undefined tag in teachpack/teachpack.scrbl: raco setup: (tech worldstate) raco setup: (tech s expression) raco setup: (tech package) has been on your list for more than

Re: [racket-dev] extflonum unboxing, f80vector ffi

2013-02-15 Thread Matthew Flatt
Merged - thanks! I'm not certain why the example below didn't work for you, but I think it had to do with shuffling unboxed arguments to `loop'. Please check whether the current version works; it now works for me. There was a mismatch in the order that unboxed arguments are gathered for the call

Re: [racket-dev] Scribble: feature request - module paths for image

2013-02-15 Thread David Van Horn
On 2/15/13 10:47 AM, Jay McCarthy wrote: Does define-runtime-path work? Yes, for some value of yes. This works (specific to my context, but easy to generalize): #lang scribble/base @(require racket/runtime-path) @(require (for-syntax racket/base)) @(define-runtime-module-path-index id

Re: [racket-dev] Scribble: feature request - module paths for image

2013-02-15 Thread Matthew Flatt
Does `collection-file-path' work? Here's a small example: #lang scribble/base @image[(collection-file-path heart.png icons)] I think this is closer to your example (but untested): #lang scribble/base @(define (fig name) (collection-file-path name book figures)) @image[#:suffixes

Re: [racket-dev] Scribble: feature request - module paths for image

2013-02-15 Thread David Van Horn
On 2/15/13 3:34 PM, Matthew Flatt wrote: #lang scribble/base @(define (fig name) (collection-file-path name book figures)) @image[#:suffixes '(.png .pdf) (fig quick-lists1)] Excellent! Thank you, this works (I figured I was making things worse than they had to be, but man is it

Re: [racket-dev] Scribble: feature request - module paths for image

2013-02-15 Thread Sam Tobin-Hochstadt
On Fri, Feb 15, 2013 at 3:36 PM, David Van Horn dvanh...@ccs.neu.edu wrote: On 2/15/13 3:34 PM, Matthew Flatt wrote: #lang scribble/base @(define (fig name) (collection-file-path name book figures)) @image[#:suffixes '(.png .pdf) (fig quick-lists1)] Excellent! Thank you, this

[racket-dev] Fix for PR13305 displays oddly in Opera

2013-02-15 Thread Asumu Takikawa
Hi all, A few days ago, PR 13305 was fixed in commit 29031f0972ead0d3cd26d61f163b5e5b59e9ffce. Unfortunately, the fix makes some identifiers in the docs display oddly in Opera. I've attached some screenshots that demonstrate the issue. Cheers, Asumu attachment: toc.pngattachment:

Re: [racket-dev] Fix for PR13305 displays oddly in Opera

2013-02-15 Thread Danny Yoo
On Fri, Feb 15, 2013 at 2:37 PM, Asumu Takikawa as...@ccs.neu.edu wrote: Hi all, A few days ago, PR 13305 was fixed in commit 29031f0972ead0d3cd26d61f163b5e5b59e9ffce. Unfortunately, the fix makes some identifiers in the docs display oddly in Opera. I've attached some screenshots that