Re: Simple Print/Say Question

2006-05-24 Thread Martin Kjeldsen
Just curious does this actually run? I'm trying on pugs 6.2.11 and it complains quite a bit. First of all shouldn't for %buckets.values -> $arg_for be for %buckets.values -> $arg_for is rw since $arg_for is modified? And then I get an error telling me 'No such method in class Scalar: "&kv"'

Re: Simple Print/Say Question

2006-05-24 Thread Martin Kjeldsen
Hi Aristotle, A. Pagaltzis (12:12 2006-05-24): > Hi Martin, > > * Martin Kjeldsen <[EMAIL PROTECTED]> [2006-05-24 11:50]: > > Just curious does this actually run? I'm trying on pugs 6.2.11 > > and it complains quite a bit. First of all shouldn't >

Re: [perl #61308] rule's capture ws

2008-12-15 Thread Martin Kjeldsen
Moritz Lenz via RT (09:23 2008-12-14): > Martin Kjeldsen (via RT) wrote: > > # New Ticket Created by Martin Kjeldsen > > # Please include the string: [perl #61308] > > # in the subject line of all future correspondence about this issue. > > # http://rt.perl.org/rt3/T

Re: [perl #73350] [PATCH] Add p5chomp and add p5chomp and p5chop to tests

2010-03-08 Thread Martin Kjeldsen
800, Martin Kjeldsen wrote: >> +if $str ~~ /\x0a$/ { >> +$str = $str.substr(0, $str.chars - 1); > > Unless newlines are being canonicalized elsewhere, this seems > *nix-specific. > > (Sorry I haven't researched further, this just caught my ey

Re: [perl #73392] AutoReply: [PATCH] Fix parsing of overflowing numbers with exponent part

2010-03-08 Thread Martin Kjeldsen
This patch is looping and * .1 instead of dividing. Sorry for not being in git format-diff format (unified diff instead) 0002-patch-with-multiplication-instead.patch Description: Binary data On 07/03/2010, at 14.48, perl6 via RT wrote: > Greetings, > > This message has been automatically gen