Re: [racket-dev] creating executables

2011-09-02 Thread Marijn
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Vincent, On 09/01/11 17:27, Vincent St-Amour wrote: I had a similar problem on Linux x86. Matthew just pushed a fix, and now everything works for me. Haven't tried on amd64, though. Vincent I just tried with latest git and nothing has

Re: [racket-dev] drRacket Close/Close tab

2011-09-02 Thread Marijn
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Matthew, On 09/01/11 16:41, Marijn wrote: On 09/01/11 16:29, Matthew Flatt wrote: At Thu, 1 Sep 2011 09:14:47 -0500, Robby Findler wrote: On Wed, Aug 31, 2011 at 3:30 AM, Marijn hk...@gentoo.org wrote: I like the idea of adding shift, but

Re: [racket-dev] drRacket Close/Close tab

2011-09-02 Thread Marijn
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Robby, On 09/01/11 17:55, Robby Findler wrote: Okay, thanks everyone for the comments. Generally speaking, I dread keybinding-based discussions because it is impossible to make everyone happy (and usually only the unhappy people speak up :).

Re: [racket-dev] online check syntax deadlock: can you help?

2011-09-02 Thread Matthew Flatt
At Thu, 1 Sep 2011 15:20:27 -0700, John Clements wrote: Note that the code ignores the result of `TransformProcessType', which is a bad idea. If you remove the `void' wrapper, what number result gets printed on your machine? Looks like it's -50. -50 means bad argument. Apple's docs

Re: [racket-dev] drRacket Close/Close tab

2011-09-02 Thread Robby Findler
On Fri, Sep 2, 2011 at 2:50 AM, Marijn hk...@gentoo.org wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Robby, On 09/01/11 17:55, Robby Findler wrote: Okay, thanks everyone for the comments. Generally speaking, I dread keybinding-based discussions because it is impossible to make

Re: [racket-dev] drRacket Close/Close tab

2011-09-02 Thread Marijn
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Robby, On 09/02/11 14:33, Robby Findler wrote: On Fri, Sep 2, 2011 at 2:50 AM, Marijn hk...@gentoo.org wrote: But anyway, the test for whether the platform is Gtk seems to be faulty, because now I'm seeing the ``Windows/OS X''-style menu. The

Re: [racket-dev] racket tests

2011-09-02 Thread Paulo J. Matos
On 31/08/11 17:35, Eli Barzilay wrote: Much easier to run and to follow -- run this: racket -r quiet.rktl with your newly made executable. Just a note that for that to work I need to be in: lib/racket/collects/tests/racket/ -- PMatos _

Re: [racket-dev] drRacket Close/Close tab

2011-09-02 Thread Robby Findler
On Fri, Sep 2, 2011 at 8:35 AM, Marijn hk...@gentoo.org wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Robby, On 09/02/11 14:33, Robby Findler wrote: On Fri, Sep 2, 2011 at 2:50 AM, Marijn hk...@gentoo.org wrote: But anyway, the test for whether the platform is Gtk seems to be

[racket-dev] signatures?

2011-09-02 Thread Danny Yoo
I tried the following program in ASL. In Definitions: ; (: g (Number - Number)) (define g (lambda (x) (if (= x 0) x (list three x ;; I ran Definitions, and then in my Interactions window,

Re: [racket-dev] creating executables

2011-09-02 Thread Vincent St-Amour
At Fri, 02 Sep 2011 09:15:20 +0200, Marijn wrote: I just tried with latest git and nothing has changed for me. Neither the wrong message, nor the failing executable. You're building executables from DrRacket, right? Does it work if you build them from the command-line, with `raco exe'?