On Wed Sep 24 17:24:16 2008, pmichaud wrote:
> On Wed, Sep 24, 2008 at 04:53:54PM -0700, chromatic wrote:
> > On Tuesday 23 September 2008 09:35:05 Moritz Lenz wrote:
> >
> > > %hash.pairs.sort needs infix: to work properly with Pair as
input.
> > >
> > > It should be easy to add a multi that does
On Sun Dec 14 11:47:58 2008, moritz wrote:
> S29 says:
>
> : If all criteria are exhausted when comparing two elements, sort should
> : return them in the same relative order they had in @values.
>
> or in terms of computer science, the sort should be stable.
>
> Rakudo r33895 doesn't do this, a
Added in r33963, thanks!
Pm
On Sat Aug 16 07:29:43 2008, je...@perl.org wrote:
> - Need resumable exceptions (Parrot)
Fixed in r33942 .
# New Ticket Created by Jeff Horwitz
# Please include the string: [perl #61412]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=61412 >
In r33954 this succeeds in Rakudo:
> my %hash; %hash = 'bar'; say %hash;
bar
but this
# New Ticket Created by "Eric Hodges"
# Please include the string: [perl #61420]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=61420 >
Index: src/classes/Int.pir
===
On Tue, Dec 16, 2008 at 10:02:23AM -0800, Jeff Horwitz wrote:
> # New Ticket Created by Jeff Horwitz
> # Please include the string: [perl #61412]
> # in the subject line of all future correspondence about this issue.
> # http://rt.perl.org/rt3/Ticket/Display.html?id=61412 >
>
>
> In r33954 th
Applied in r34011, thanks!
Pm
# New Ticket Created by Jochen Plumeyer
# Please include the string: [perl #61410]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=61410 >
Hi again,
just to give the positive feedback: No build issues anymore since parrot