On Tue Dec 27 05:28:45 2011, Kris.Shannon wrote:
> This looks like a DUP of #63716
>From that ticket:
> S03:2885 describes slightly different semantics for
> .min and .max in Ranges, and doesn't mention an Ordering parameter at all.
Rejecting ticket.
--
Will "Coke" Coleda
On Wed Oct 05 06:05:05 2011, masak wrote:
> nom: my $t = q[%foo% %bar% %foo% %baz%]; my %b = foo => 1, bar
> => 2, baz => 3; $t.=subst("%{.key}%", .value, :g) for %b.pairs; say $t
> nom 4f19b7: OUTPUT«Method 'key' not found for invocant of
> class 'Any' [...]
> b: my $t = q[%foo% %bar% %foo% %ba
On Sun Aug 01 07:19:06 2010, ekkehor...@googlemail.com wrote:
> The script:
>
> use v6;
>
> my %fs = ();
>
> %fs{ lc( 'A' ) } = &fa;
> sub fa() {
> return 'fa called.';
> }
>
> ;
>
> %fs{ lc( 'B' ) } = &fb;
> sub fb() {
> return 'fb called.';
> }
On Mon Jul 02 07:02:11 2012, masak wrote:
> r: loop { last; LEAVE say "bye!" }; say "outside"
> rakudo 16db64: OUTPUT«outside»
> do we have this one on file?
> closest I find is
> https://rt.perl.org/rt3/Ticket/Display.html?id=113548
> * masak submits rakudobug
> r: for ^10 { next; LEAVE say
On Thu, Apr 04, 2013 at 02:09:36PM -0700, Carl Mäsak wrote:
> rakudo 99e27f: OUTPUT«「/foo/bar/baz/」 dirname =>
> 「/foo/bar/baz/」 dirname => 「/foo/bar/」 basename => 「baz」»
> okay, why do I get two copies of dirname when the match only
> succeeds once?
> huuhhnn.
> wut.
> I suspect a backtr
# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #117481]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org:443/rt3/Ticket/Display.html?id=117481 >
rakudo 99e27f: OUTPUT«「/foo/bar/baz/」 dirname =>
「/foo/bar/baz/」 dirname => 「/