Re: takers wanted: a C job - list.c and arrays

2005-05-25 Thread William Coleda
They certainly can. Tickets can have child tickets, or pre-requisite tickets, each of which can have its own takers. The long term planning is the sort of thing that could also go in docs/ROADMAP. Regards. Leopold Toetsch wrote: Yeah. As these are several steps, I'd like to have some takers f

Re: takers wanted: a C job - list.c and arrays

2005-05-25 Thread jerry gay
On 5/25/05, Leopold Toetsch <[EMAIL PROTECTED]> wrote: > jerry gay wrote: > > On 5/25/05, Leopold Toetsch <[EMAIL PROTECTED]> wrote: > > > i've added pop to ResizablePMCArray. i'll make sure the others are > > added and move on to FixedPMCArray next. > > Great, thanks. WRT fixed arrays - its a po

Re: takers wanted: a C job - list.c and arrays

2005-05-25 Thread Leopold Toetsch
jerry gay wrote: On 5/25/05, Leopold Toetsch <[EMAIL PROTECTED]> wrote: i've added pop to ResizablePMCArray. i'll make sure the others are added and move on to FixedPMCArray next. Great, thanks. WRT fixed arrays - its a policy thing: do these map to not resizable, not changable (Python tupl

Re: takers wanted: a C job - list.c and arrays

2005-05-25 Thread jerry gay
On 5/25/05, Leopold Toetsch <[EMAIL PROTECTED]> wrote: > src/list.c is the base for several array-ish PMC inside classes. But > it's mostly outdone by other PMCs like ResizableIntegerPMC. > > OTOH it has some features which are not covered by other array classes: > - implementation of splice, shif