[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-hackers] CR #1142: remove queues, mmap, evict and binary se
From: |
Felix Winkelmann |
Subject: |
Re: [Chicken-hackers] CR #1142: remove queues, mmap, evict and binary search from core libraries |
Date: |
Sun, 20 Jul 2014 17:34:37 +0200 (CEST) |
From: Peter Bex <address@hidden>
Subject: Re: [Chicken-hackers] CR #1142: remove queues, mmap, evict and binary
search from core libraries
Date: Sun, 20 Jul 2014 13:46:44 +0200
> On Sun, Jul 20, 2014 at 01:42:19PM +0200, Felix Winkelmann wrote:
>> From: Peter Bex <address@hidden>
>> > Excellent! In the ticket you mention you've prepared eggs for this.
>> > Can we preview these eggs somewhere?
>>
>> I can commit them to SVN, if you like. Or should I use a branch for
>> this?
>
> Putting them in svn should be fine; if there's no tag it won't get
> published. Alternatively, you could upload them to your bitbucket or
> github account for the time being. Then when the CR is accepted
> move them to svn (or simply publish them from your account if you want
> to maintain them yourself).
I have added these to the svn repo:
http://code.call-cc.org/svn/chicken-eggs/4/queues
http://code.call-cc.org/svn/chicken-eggs/4/memory-mapped-files
http://code.call-cc.org/svn/chicken-eggs/4/binary-search
http://code.call-cc.org/svn/chicken-eggs/4/object-evict
felix