[perl #59244] [TODO] Implement infix: for Pairs

2008-12-16 Thread Patrick R. Michaud via RT
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

[perl #61364] sort() should implement a stable sort

2008-12-16 Thread Patrick R. Michaud via RT
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

[perl #59394] [PATCH] Implementation of Pair.pairs.

2008-12-16 Thread Patrick R. Michaud via RT
Added in r33963, thanks! Pm

[perl #57984] Finish implementing given and check/fix tests in S04-statements\given.t

2008-12-16 Thread Moritz Lenz via RT
On Sat Aug 16 07:29:43 2008, je...@perl.org wrote: > - Need resumable exceptions (Parrot) Fixed in r33942 .

[perl #61412] [BUG] binding hash values fails with 'rtype not set'

2008-12-16 Thread via RT
# 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

[perl #61420] [PATCH] Add support for .succ and .pred for Int, Num and Str

2008-12-16 Thread Eric Hodges
# 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 ===

Re: [perl #61412] [BUG] binding hash values fails with 'rtype not set'

2008-12-16 Thread Patrick R. Michaud
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

[perl #61420] [PATCH] Add support for .succ and .pred for Int, Num and Str

2008-12-16 Thread Patrick R. Michaud via RT
Applied in r34011, thanks! Pm

[perl #61410] Resolved [Re: perl6 build errors on Debian stable "Etch" (parrot svn trunk rev 33776 and before)

2008-12-16 Thread via RT
# 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