Re: [racket-dev] [plt] Push #22306: master branch updated

2011-03-15 Thread Jon Rafkind
On 03/15/2011 08:16 PM, mfl...@racket-lang.org wrote: > mflatt has updated `master' from 056a3fb588 to 0efcf22ed4. > http://git.racket-lang.org/plt/056a3fb588..0efcf22ed4 > > =[ 1 Commits ]== > > Directory summary: > 23.6% collects/racket/

[racket-dev] randomly needing to re-run raco setup lazy?

2011-03-15 Thread John Clements
I find that frequently installing a planet package or recompiling some collection that contains a tool causes this startup message[*]: pcp070579pcs:/tmp clements$ link: reference (phase 0) to a variable in module "/Users/clements/plt/collects/string-constants/string-constant.rkt" that is uninit

Re: [racket-dev] Bug in compile gui-exe distribution in Racket5.1 (Windows)

2011-03-15 Thread Yuriy Kovalev
Yes, now it works. Thanks! - Original Message - From: "Matthew Flatt" To: "Yuriy Kovalev" Cc: Sent: Tuesday, March 15, 2011 1:00 AM Subject: Re: [racket-dev] Bug in compile gui-exe distribution in Racket5.1 (Windows) This is hopefully now fixed. Can you try a recent version, su

Re: [racket-dev] collects/mred/private/wx/cocoa/sound.rkt, comment about retain

2011-03-15 Thread Matthew Flatt
At Tue, 15 Mar 2011 06:57:37 -0400, "Geoffrey S. Knauth" wrote: > I was looking at collects/mred/private/wx/cocoa/sound.rkt, and a comment > didn't make sense to me, because it looks as though retain is being used. > > (tellv s retain) ; don't use `retain', because we dont' want auto-release > >

[racket-dev] collects/mred/private/wx/cocoa/sound.rkt, comment about retain

2011-03-15 Thread Geoffrey S. Knauth
I was looking at collects/mred/private/wx/cocoa/sound.rkt, and a comment didn't make sense to me, because it looks as though retain is being used. (tellv s retain) ; don't use `retain', because we dont' want auto-release I'm guessing someone meant: (tellv s retain) ; use `retain', because we do