On Thu, Mar 6, 2008 at 2:45 PM, Patrick R. Michaud <[EMAIL PROTECTED]> wrote:
> > On Tuesday 04 March 2008 16:48:09 Will Coleda wrote:
>  > So, language developers (and others); please grab a copy of
>  > https://svn.perl.org/parrot/branches/pdd17pmc and check out the
>  > languages to see how they fare compared to their counterparts in
>  > trunk.
>
>  APL doesn't run.  I suspect the aplvector.pmc needs to be updated
>  to be pdd17-compliant, but I don't know the details of that
>  conversion.
>
>  I tried simply converting "does array" to "provides array"
>  as mentioned for the Tcl conversion, which helped, but exposed
>  a problem with generating Iterators on APLVector objects.
>  That puts me at the limit of my understanding of APLVector and
>  PMC generation in pdd17, so hopefully someone else can look at it.
>
>  Pm
>

I applied this change, as well as updating the methods to use the
PDD17 conventions (PCCRETURN), etc. Now down to only six failing sub
tests.

... I have to ask, if we switched to METHOD instead of PCCMETHOD, why
do we have PCCRETURN instead of RETURN? =-)


-- 
Will "Coke" Coleda

Reply via email to