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 cha

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 >>> wrote: > I like the idea of adding shift, but I've

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". App

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

2011-09-02 Thread Robby Findler
On Fri, Sep 2, 2011 at 2:50 AM, Marijn 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 >> every

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 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 good news

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 _ F

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

2011-09-02 Thread Robby Findler
On Fri, Sep 2, 2011 at 8:35 AM, Marijn 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 wrote: >>> But anyway, the test for whether the platform is Gtk seems to be >>> faulty, because now I

[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, ent

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'? Vince

[racket-dev] Who page

2011-09-02 Thread Neil Van Dyke
I couldn't immediately find a Who page on the www.racket-lang.org, although I've seen something like that in the past. How do I get to it? The About navbar link just goes to the home page. I'd like to see the names of all the PLTers there, with their affiliations and links to their home page

[racket-dev] No browser window coming up for HelpDesk on menu

2011-09-02 Thread Kathi Fisler
We're having intermittent problems in which the HelpDesk doesn't come up from the DrRacket menu in our classroom installation. We're running 5.1.3 on Windows 7 64-bit enterprise edition. The default web browser is Internet Explorer 8. We haven't detected a pattern. Sometimes, simply nothing happ

Re: [racket-dev] Who page

2011-09-02 Thread Jay McCarthy
Community > People On Wed, Aug 31, 2011 at 11:45 PM, Neil Van Dyke wrote: > I couldn't immediately find a Who page on the www.racket-lang.org, although > I've seen something like that in the past.  How do I get to it?  The About > navbar link just goes to the home page. > > I'd like to see the na

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

2011-09-02 Thread John Clements
On Sep 2, 2011, at 5:29 AM, Matthew Flatt wrote: > 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? >>> >>

[racket-dev] sandboxing coming for Mac App Store Apps

2011-09-02 Thread John Clements
This doesn't directly impact us, since we don't distribute Racket through the App store, but it's probably something to be aware of. From TidBITS: **Sandboxing and Privilege Separation** -- Mac OS X has long supported sandboxing — optional mechanisms in the operating system that restrict wha

Re: [racket-dev] sandboxing coming for Mac App Store Apps

2011-09-02 Thread Brent Fulgham
Hi, On Sep 2, 2011, at 4:54 PM, John Clements wrote: > This doesn't directly impact us, since we don't distribute Racket through the > App store, but it's probably something to be aware of. From TidBITS: I don't want to rehash history, but is there a technical reason that DrRacket isn't bein