[perl #66178] tests available

2009-11-04 Thread kyleha
This is an automatically generated mail to inform you that tests are now available in t/spec/S14-roles/basic.t commit 3b1dce088eaa08359462cfb39faebeffaae06f92 Author: kyle Date: Wed Nov 4 20:09:07 2009 + [t/spec] Test for RT 66178: "but" with nonexistent role git-svn-id: http

[perl #66204] tests available

2009-11-04 Thread kyleha
This is an automatically generated mail to inform you that tests are now available in t/spec/S12-construction/new.t commit c580fe86e3cb3b391a413b1cffdbe3bcf266c92d Author: kyle Date: Wed Nov 4 20:09:15 2009 + [t/spec] Test for RT #66204: NewClass .= new should die git-svn-id

[perl #66252] tests available

2009-11-04 Thread kyleha
This is an automatically generated mail to inform you that tests are now available in t/spec/S05-match/capturing-contexts.t commit 3ace0ce336a3780127e8d1ef8f5e4c62dc446c96 Author: kyle Date: Wed Nov 4 20:23:35 2009 + [t/spec] Test for RT 66252: match in void context does not set $/

[perl #66304] tests available

2009-11-04 Thread kyleha
This is an automatically generated mail to inform you that tests are now available in t/spec/S02-builtin_data_types/lists.t commit f875d2ccaeddf929238237855d0f0cc57ec5a1e6 Author: kyle Date: Wed Nov 4 20:55:10 2009 + [t/spec] Test for RT #66304: list promoted to array when assigned to

Re: How does List.map: { .say } work?

2009-11-04 Thread TSa (Thomas Sandlaß)
HaloO, On Tuesday, 3. November 2009 17:13:22 Carl Mäsak wrote: > That would make statement modifier for loops less useful. For those, > there's nowhere to put the lambda arrow. > > ++$_ for @things; I think this is resolved with the is ref binding which implies that the thingy that is bound to

[perl #66340] tests available

2009-11-04 Thread kyleha
This is an automatically generated mail to inform you that tests are now available in t/spec/S32-str/comb.t commit 98a4c823e8c9b7c249c0350ea76a373b48e770f6 Author: kyle Date: Wed Nov 4 22:46:09 2009 + [t/spec] Test for RT #66340: .comb allows code git-svn-id: http://svn.pugsc

[perl #70229] [BUG] Failure stringifies to '' in Rakudo, shouldn't

2009-11-04 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #70229] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=70229 > rakudo: say 1 ^^ 1 rakudo 74f561: OUTPUT«␤» that's a P5ism rakudo: say (1 ^^ 1).WHAT

[perl #70237] [BUG] Can cheat the type system by reassigning .WHAT on type objects in Rakudo

2009-11-04 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #70237] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=70237 > rakudo: my Int $a = 74; Int.WHAT = Str; say $a.WHAT rakudo 74f561: OUTPUT«Str()␤» * ma

[perl #70235] [BUG] Can (liberally) assign to .HOW in Rakudo

2009-11-04 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #70235] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=70235 > rakudo: my $x; ($x = 'hi').HOW = Block; say $x.WHAT rakudo 74f561: OUTPUT«Block()␤» O

[perl #70241] [BUG] Instantiating, and then calling, code types makes Rakudo blow up in a worrying manner

2009-11-04 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #70241] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=70241 > rakudo: (Block.new)(); # masak, moritz_, is this one tracked? rakudo 74f561: OUTPUT«sr

[perl #70239] [BUG] Null PMC access when writing a certain insane expression involving regexes in Rakudo

2009-11-04 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #70239] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=70239 > std: /::a/ /::a/ /::a/ /::a/ /::a/ /::a/ /::a/ /::a/ /::a/ std 28987: OUTPUT«ok 00:01