Re: [racket] Racket v5.3.2

2013-02-27 Thread Matthew Flatt
At Wed, 27 Feb 2013 09:17:03 +0100, Marijn wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 05-02-13 09:58, Marijn wrote: > > On 01-02-13 19:34, Matthew Flatt wrote: > >> At Fri, 01 Feb 2013 15:09:31 +0100, Marijn wrote: > >>> On 01-02-13 05:20, Eli Barzilay wrote: > Racket ver

Re: [racket] Racket v5.3.2

2013-02-27 Thread Marijn
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05-02-13 09:58, Marijn wrote: > On 01-02-13 19:34, Matthew Flatt wrote: >> At Fri, 01 Feb 2013 15:09:31 +0100, Marijn wrote: >>> On 01-02-13 05:20, Eli Barzilay wrote: Racket version 5.3.2 is now available from http://racket-lang.org

Re: [racket] Racket v5.3.2

2013-02-05 Thread Marijn
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01-02-13 19:34, Matthew Flatt wrote: > At Fri, 01 Feb 2013 15:09:31 +0100, Marijn wrote: >> On 01-02-13 05:20, Eli Barzilay wrote: >>> Racket version 5.3.2 is now available from >>> >>> http://racket-lang.org/ >>> >>> * Documentation cross-referen

Re: [racket] Racket v5.3.2

2013-02-02 Thread Joe Gilray
FYI. Since starting with 5.3.2 I've seen two DrDracket crashes (Windows7 - 64 bit). Hard to determine the cause in both case I believe I had just clicked in the definitions pane when it hung and Windows told me that DrRacket was not responding. I have spent about 4 hours in DrRacket, so the cras

Re: [racket] Racket v5.3.2

2013-02-01 Thread Galler
So, more details would be welcome. I was wrong. Minor cycles are consuming ~110ms and recovering ~25MB, major cycles are consuming ~400ms and recovering 40-60MB. All is as it should be. Apologies. R./ Zack Racket Users list: http://lists.racket-lang.org/users

Re: [racket] Racket v5.3.2

2013-02-01 Thread Matthew Flatt
At Fri, 1 Feb 2013 22:22:13 + (UTC), Galler wrote: > I don't have hard data to share, but I think I'm now observing that minor > garbage collection cycles seem to take longer than the major cycles. (is that > even possible?) Possible, but surprising. We made changes to minor collection since v

Re: [racket] Racket v5.3.2

2013-02-01 Thread Galler
>> DrRacket's GUI is more responsive. Eli, Matt and Robby, Qualitative comments: I don't know if change occurred in v5.3.1 or v5.3.2 but DrRacket GUI is now materially more responsive when editing large racket source code files (~2500 lines). I thank you very much for the improvement. I recomp

Re: [racket] Racket v5.3.2

2013-02-01 Thread Joe Gilray
Hi Robby, I don't have DrRacket up right now, but I'll describe what I see in 5.3.1 and 5.3.2: If you have a long list say: (define aaa '(1 2 3 4 5 6 7 8 9 10 11 12 13 ... 1000)) In the variables pane of the debugger it will show *aaa* => (1 2 3 4 5 6 7 8 9 10 11 and the right hand side will b

Re: [racket] Racket v5.3.2

2013-02-01 Thread Matthew Flatt
At Fri, 01 Feb 2013 15:09:31 +0100, Marijn wrote: > On 01-02-13 05:20, Eli Barzilay wrote: > > Racket version 5.3.2 is now available from > > > > http://racket-lang.org/ > > > > * Documentation cross-reference information is stored in an > > SQLite3 database, which means that SQLite3 is required

Re: [racket] Racket v5.3.2

2013-02-01 Thread Marijn
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01-02-13 05:20, Eli Barzilay wrote: > Racket version 5.3.2 is now available from > > http://racket-lang.org/ > > * Documentation cross-reference information is stored in an > SQLite3 database, which means that SQLite3 is required for building > Ra

Re: [racket] Racket v5.3.2

2013-02-01 Thread Robby Findler
On Fri, Feb 1, 2013 at 1:30 AM, Joe Gilray wrote: > Thanks Eli, > > Ran all my code under 5.3.2 - looking good. I'm definitely interested in > looking into the math lib. > > BTW, ever since 5.3.1 (I think), the debugger acts a little different, in > the variables pane it only shows the beginning

Re: [racket] Racket v5.3.2

2013-01-31 Thread Joe Gilray
Thanks Eli, Ran all my code under 5.3.2 - looking good. I'm definitely interested in looking into the math lib. BTW, ever since 5.3.1 (I think), the debugger acts a little different, in the variables pane it only shows the beginning of lists. How can I see the entire list? If I require planet

[racket] Racket v5.3.2

2013-01-31 Thread Eli Barzilay
Racket version 5.3.2 is now available from http://racket-lang.org/ Core Libraries: * The new `math' library provides functions and data structures for working with numbers and collections of numbers. Functions include non-elementary (such as gamma, zeta, Lambert's W), number-theoretic (