r31584 -[S05] also define how * does multi dispatch inside regexes

2010-07-08 Thread pugs-commits
Author: lwall Date: 2010-07-09 02:13:08 +0200 (Fri, 09 Jul 2010) New Revision: 31584 Modified: docs/Perl6/Spec/S05-regex.pod Log: [S05] also define how * does multi dispatch inside regexes delete <...> et al. since they're redundant with {...} Modified: docs/Perl6/Spec/S05-regex.pod =

r31583 -[S06] define a * statement to represent a call from a proto to its multis

2010-07-08 Thread pugs-commits
Author: lwall Date: 2010-07-08 23:04:28 +0200 (Thu, 08 Jul 2010) New Revision: 31583 Modified: docs/Perl6/Spec/S06-routines.pod Log: [S06] define a * statement to represent a call from a proto to its multis Modified: docs/Perl6/Spec/S06-routines.pod ===

r31582 -[Str] fix lines def to use .comb(/ ^^ \N* /) for masak++

2010-07-08 Thread pugs-commits
Author: lwall Date: 2010-07-08 23:02:00 +0200 (Thu, 08 Jul 2010) New Revision: 31582 Modified: docs/Perl6/Spec/S32-setting-library/Str.pod Log: [Str] fix lines def to use .comb(/ ^^ \N* /) for masak++ Modified: docs/Perl6/Spec/S32-setting-library/Str.pod ==

[perl #76420] [BUG] Wrapping subs doesn't work anymore in Rakudo

2010-07-08 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #76420] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=76420 > hmm. so Sub.wrap isn't working.. it's looking for an attribute in Sub that is this cod

[perl #76412] [BUG] &substr exported from Cool.substr doesn't type check on its first argument in Rakudo

2010-07-08 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #76412] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=76412 > rakudo: Any.substr(0, 1) rakudo ddf224: OUTPUT«Method 'substr' not found for invocant

[perl #76414] [BUG] infix:<,=> should have list precedence in the cases infix:<=> does in Rakudo

2010-07-08 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #76414] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=76414 > rakudo: my @foo; push(@foo, 1, 2, 3); @foo.perl.say rakudo 894e79: OUTPUT«[1, 2, 3]␤»

[perl #76416] Segfault while measuring memory use

2010-07-08 Thread via RT
# New Ticket Created by Aaron Sherman # Please include the string: [perl #76416] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=76416 > This morning, I was attempting to measure how much memory is used by a hash, and discov

[perl #76400] [BUG] Null PMC access when doing 'say $foo::' (which shouldn't even parse) in Rakudo

2010-07-08 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #76400] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=76400 > std 31559: OUTPUT«ok 00:01 111m␤» I didn't expect that to work :) std bug. * TimToady