Multiple dispatch branch merged

Will Coleda will at coleda.com
Sun Oct 5 16:29:08 UTC 2008


On Sun, Oct 5, 2008 at 12:18 PM, Patrick R. Michaud <pmichaud at pobox.com> wrote:
> On Sun, Oct 05, 2008 at 04:20:25PM +0200, Allison Randal wrote:
>>
>> A few known failures in Rakudo that are being worked on.
>
> Terrific job on merging the mmd branch -- very smooth!
>
> I think the known failures in Rakudo are primarily due to
> issues with subclasses of Complex -- example and details
> are in RT #59630.  Once that's resolved I think Rakudo will
> be passing its regression tests as well.
>
> Pm
> _______________________________________________
> http://lists.parrot.org/mailman/listinfo/parrot-dev
>

A quick 'make test' in tcl hangs, on this code in t/cmd_break.t

 for {set a 0} {$a < 20} {incr a} {
   if {$a > 10} { break }
 }
 set a

which should result in '11', but instead loops infinitely. (apparently
the conditonal is never satisfied)

Haven't found the culprit yet, assuming it's related to the MMD merge.

-- 
Will "Coke" Coleda


More information about the parrot-dev mailing list