Re: wrapping up the OO implementation

2007-10-08 Thread Allison Randal
Bob Rogers wrote: I could only find a few find_type hits in t/**/*.t; these are now fixed. (I assume this is because I'm late to the party.) Great contributions all around. Thanks everybody! All of the rest (besides the implementation of the op itself) seems to be in documentation. Attat

wrapping up the OO implementation

2007-10-07 Thread Bob Rogers
From: Allison Randal <[EMAIL PROTECTED]> Date: Mon, 01 Oct 2007 15:58:24 -0700 My goal was to wrap up the pdd15oo branch by the end of September. We're quite close. The two remaining big things are PGE and multiple dispatch, and then test cleanup. Thanks to chromatic and particle

Re: wrapping up the OO implementation

2007-10-04 Thread Allison Randal
Allison Randal wrote: The two remaining big things are PGE and multiple dispatch, and then test cleanup. The MMD tests are all passing now, so I'm working on test cleanup. Allison

Re: wrapping up the OO implementation

2007-10-03 Thread Jerome Quelin
On 07/10/02 19:05 -0700, Allison Randal wrote: > Jerome Quelin wrote: >> other question: which directory has the higher priority for you? > > They all need to be fixed before we roll the branch back into the trunk, so > they're all equally important. committed some find_type removals: r21771, r21

Re: wrapping up the OO implementation

2007-10-02 Thread Allison Randal
Jerome Quelin wrote: other question: which directory has the higher priority for you? They all need to be fixed before we roll the branch back into the trunk, so they're all equally important. Allison

Re: wrapping up the OO implementation

2007-10-02 Thread Allison Randal
Patrick R. Michaud wrote: On Tue, Oct 02, 2007 at 07:19:30AM -0700, jerry gay wrote: On 10/2/07, Klaas-Jan Stol <[EMAIL PROTECTED]> wrote: [...] but that fails with "Class 'STMQueue' doesn't exist" [...] since the pdd isn't clear on the return value from get_class when a class isn't found, i'll

Re: wrapping up the OO implementation

2007-10-02 Thread Allison Randal
Jerome Quelin wrote: here's a patch for examples/streams. if you ack it, i'll apply it (i should still have the commit bit). Looks great! Go ahead and apply it to the pdd15oo branch. Thanks! Allison

Re: wrapping up the OO implementation

2007-10-02 Thread Patrick R. Michaud
On Tue, Oct 02, 2007 at 07:19:30AM -0700, jerry gay wrote: > On 10/2/07, Klaas-Jan Stol <[EMAIL PROTECTED]> wrote: > > On 10/2/07, Allison Randal <[EMAIL PROTECTED]> wrote: > > the first file I wanted to fix, t/stm/runtime.t, contains this: > > > > $I0 = find_type 'STMQueue' > > if $I0 goto

Re: wrapping up the OO implementation

2007-10-02 Thread jerry gay
On 10/2/07, Klaas-Jan Stol <[EMAIL PROTECTED]> wrote: > On 10/2/07, Allison Randal <[EMAIL PROTECTED]> wrote: > > > > My goal was to wrap up the pdd15oo branch by the end of September. We're > > quite close. The two remaining big things are PGE and multiple dispatch, > > and then test cleanup. Than

Re: wrapping up the OO implementation

2007-10-02 Thread Klaas-Jan Stol
On 10/2/07, Allison Randal <[EMAIL PROTECTED]> wrote: > > My goal was to wrap up the pdd15oo branch by the end of September. We're > quite close. The two remaining big things are PGE and multiple dispatch, > and then test cleanup. Thanks to chromatic and particle for their work > on the tests. > >

Re: wrapping up the OO implementation

2007-10-02 Thread Jerome Quelin
On 07/10/02 12:58 +0200, Jerome Quelin wrote: > > $IX = find_type "ClassName" > > $PX = new $IX > > > > to: > > > > $PX = new "ClassName" here's a patch for examples/streams. if you ack it, i'll apply it (i should still have the commit bit). regards, jérôme -- [EMAIL PROTECTED] Index: examples/s

Re: wrapping up the OO implementation

2007-10-02 Thread Jerome Quelin
On 07/10/01 15:58 -0700, Allison Randal wrote: > - Pick a directory and grep (or ack) for 'find_type'. It was a common idiom > in the old object system that doesn't work any more. Change: > > $IX = find_type "ClassName" > $PX = new $IX > > to: > > $PX = new "ClassName" what about: find_type $

wrapping up the OO implementation

2007-10-01 Thread Allison Randal
My goal was to wrap up the pdd15oo branch by the end of September. We're quite close. The two remaining big things are PGE and multiple dispatch, and then test cleanup. Thanks to chromatic and particle for their work on the tests. I've been giving chromatic small tasks to work on, which seems