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/
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
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
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
>
>
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
5 matches
Mail list logo