Re: [racket-dev] Creating executables still broken

2011-10-05 Thread Marijn
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/04/11 20:59, Matthew Flatt wrote: > I think I found the problem. Can you try the latest version? Thanks Matthew, everything seems to work now. > At Tue, 04 Oct 2011 09:42:53 +0200, Marijn wrote: On 10/03/11 > 17:07, Matthew Flatt wrote: At

Re: [racket-dev] Creating executables still broken

2011-10-04 Thread Matthew Flatt
I think I found the problem. Can you try the latest version? At Tue, 04 Oct 2011 09:42:53 +0200, Marijn wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 10/03/11 17:07, Matthew Flatt wrote: > > At Mon, 03 Oct 2011 16:10:15 +0200, Marijn wrote: > >> creating executables is still bro

Re: [racket-dev] Creating executables still broken

2011-10-04 Thread Marijn
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/03/11 17:07, Matthew Flatt wrote: > At Mon, 03 Oct 2011 16:10:15 +0200, Marijn wrote: >> creating executables is still broken and seems now to cause lots >> of memory allocation causing my system to start thrashing... > > I've fixed the problem

Re: [racket-dev] Creating executables still broken

2011-10-03 Thread Matthew Flatt
At Mon, 03 Oct 2011 16:10:15 +0200, Marijn wrote: > creating executables is still broken and seems now to cause lots of > memory allocation causing my system to start thrashing... I've fixed the problem that caused `raco exe' to not terminate. I doubt that the older problem you've seen is fixed,

[racket-dev] Creating executables still broken

2011-10-03 Thread Marijn
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi list, creating executables is still broken and seems now to cause lots of memory allocation causing my system to start thrashing... $ cat hello.rkt #lang racket (print "hello") $ raco exe -o hello hello.rkt [.starts thrashing.] Marijn On 09/16