Re: [racket] Racket v5.93

2014-02-01 Thread Manfred Lotz
On Sat, 1 Feb 2014 09:52:45 -0700 Matthew Flatt wrote: > Since you found "schminc.h" (which is referenced at the end of > "racket/src/README"), did you follow the steps described at the top of > that file? > I think I did. I tried the procedure of setting USE_COMPILED_STARTUP to 0 aso. > In an

Re: [racket] Racket v5.93

2014-02-01 Thread Matthew Flatt
Since you found "schminc.h" (which is referenced at the end of "racket/src/README"), did you follow the steps described at the top of that file? In any case, instead of adding 6 new functions[*], I suggest adding an optional symbol argument to `file-exists?`. For example, (file-exists? p 'regula

Re: [racket] Racket v5.93

2014-02-01 Thread Manfred Lotz
Hi Robby, Sorry, forgot to post to the list in my previous mail. On Sat, 1 Feb 2014 06:55:55 -0600 Robby Findler wrote: > Hi Manfred: our plans for 6.0 would not be so ambitious as to include > functions like that. But for releases after that, it is certainly > possible. > > It will likely be f

Re: [racket] Racket v5.93

2014-02-01 Thread Robby Findler
Hi Manfred: our plans for 6.0 would not be so ambitious as to include functions like that. But for releases after that, it is certainly possible. It will likely be faster if someone were to contribute an implementation, naturally. Robby On Sat, Feb 1, 2014 at 5:11 AM, Manfred Lotz wrote: > Hi

Re: [racket] Racket v5.93

2014-02-01 Thread Manfred Lotz
Hi Ryan, I have even more wishes for the upcoming 6.0. On Fri, 31 Jan 2014 18:40:43 -0500 Ryan Culpepper wrote: > Racket v5.93 is now available from > >http://racket-lang.org/ > Some time ago I mentioned the file functions (like file-exists?, ...) are incomplete not dealing with what does

[racket] Racket v5.93

2014-01-31 Thread Ryan Culpepper
Racket v5.93 is now available from http://racket-lang.org/ Version 5.93 repairs a few problems with the recent v5.92 release (in preparation for a v6.0 release): * fixed a low-level concurrency problem with the GUI library for Mac OS X, which especially affected 32-bit builds; * fixed G