[racket-dev] submodule in macro

2013-01-25 Thread Stephen Chang
Is this a supported use of submodules? #lang racket (define-syntax (def-wrapped stx) (syntax-case stx () [(_ (f arg ...) body ...) #'(begin (module tmp-module-name racket (define (f-tmp arg ...) (displayln "wrapper") body ...) (provide (rename-out [f-tmp

Re: [racket-dev] Fixing the dist specs

2013-01-25 Thread Robby Findler
I have a commit to do the opposite. Sorry I've not taken care of this earlier (I fixed it this morning, but haven't been able to push yet.) Robby On Fri, Jan 25, 2013 at 4:56 PM, Sam Tobin-Hochstadt wrote: > Currently, the nightly builds are broken, I think because of a > distribution error. I

Re: [racket-dev] Bug in creating executables from DrRacket

2013-01-25 Thread Robby Findler
On Friday, January 25, 2013, Pierpaolo Bernardi wrote: > Hello, > > In a freshly started DrRacket 5.3.2.1, on Windows 8, executables > creation fails with this message: > > > Executable creation in DrRacket is supported only in the teaching > languages and when the #lang line specifies the la

[racket-dev] Fixing the dist specs

2013-01-25 Thread Sam Tobin-Hochstadt
Currently, the nightly builds are broken, I think because of a distribution error. It appears that the problem is that `mrlib/image-core` now depends on slideshow. Looking at the code, I think it would work to just move `mrlib/image-core` and a couple dependencies to the `plt-extras` distribution

[racket-dev] Bug in creating executables from DrRacket

2013-01-25 Thread Pierpaolo Bernardi
Hello, In a freshly started DrRacket 5.3.2.1, on Windows 8, executables creation fails with this message: Executable creation in DrRacket is supported only in the teaching languages and when the #lang line specifies the language (in “The Racket Language”) Consider using the raco exe command