[perl #64770] Cannot mix into Perl6Array in Rakudo

2009-04-17 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #64770] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=64770 > Rakudo 2c13d6 doesn't allow me to mix a role's method into an Array object. $ perl6 -e

[perl #64768] [TODO] Whatever globbing in chained hash indexing

2009-04-17 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #64768] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=64768 > $ perl6 -e 'my %h = 'foo' => [1,2,3], 'bar' => [4,5,6]; say %h{*}[1].perl' elements() no

[perl #64766] Possibly inconsistent behaviour in mixing-in of 'handles'

2009-04-17 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #64766] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=64766 > OH HAI from NPW::2009. In Rakudo 2c13d6c, the 'handles' instruction on attributes in ro

[perl #61918] classes don't get a default .perl method

2009-04-17 Thread Ron Schmidt via RT
I think this ticket should be merged with 62002. BTW - It's partially solved. There seems to be a default .perl method - it just doesn't dump attributes yet.

r26241 - docs/Perl6/Spec

2009-04-17 Thread pugs-commits
Author: lwall Date: 2009-04-17 13:36:46 +0200 (Fri, 17 Apr 2009) New Revision: 26241 Modified: docs/Perl6/Spec/S04-control.pod Log: Document the 'when' statement modifier. Modified: docs/Perl6/Spec/S04-control.pod === --- docs/Pe

Re: [perl #44845] [PATCH] C++ cleanups for Solaris CC

2009-04-17 Thread Andrew Dougherty
On Thu, 16 Apr 2009, NotFound via RT wrote: > Closing this ticket, the patch is very outdated and nobody is reporting > related problems. If someone found any problem with the Solaris C++ > compiler, or any other, please crate a new ticket in parrot trac. The files may have moved so that the patc

r26242 - docs/Perl6/Spec/S32-setting-library

2009-04-17 Thread pugs-commits
Author: lwall Date: 2009-04-17 15:34:23 +0200 (Fri, 17 Apr 2009) New Revision: 26242 Modified: docs/Perl6/Spec/S32-setting-library/Str.pod Log: split function now takes delimiter as first arg Modified: docs/Perl6/Spec/S32-setting-library/Str.pod ===

Re: [perl #43687] [TODO] combine abstract search with other search in lib/Parrot/Docs/File.pm

2009-04-17 Thread NotFound
> I propose rejecting this ticket as unnecessary.  The code may not be > optimal, but it works fine and isn't even particularly hacky or broken. +1 -- Salu2

r26253 - docs/Perl6/Spec/S32-setting-library

2009-04-17 Thread pugs-commits
Author: skids Date: 2009-04-18 00:20:25 +0200 (Sat, 18 Apr 2009) New Revision: 26253 Modified: docs/Perl6/Spec/S32-setting-library/Str.pod Log: Make comb consistent with split. Comb capturing parens snooping replaced with :match adverb (pending approval) Provide at least a one-liner description

[perl #64810] [PATCH] Test directory for active tickets and half a dozen sample test files.

2009-04-17 Thread via RT
# New Ticket Created by Ron Schmidt # Please include the string: [perl #64810] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=64810 > As discussed today, April 17, on IRC, I am proposing the creation of a directory for tes

Re: [perl #46905] [TODO] [C] Make a shared variant of PackFile_new()

2009-04-17 Thread Will Coleda
On Apr 17, 2009, at 5:29 PM, Vasily Chekalkin via RT wrote: On Sat Nov 17 11:46:09 2007, chroma...@wgz.org wrote: In tools/build/pbc2c.pl there is the todo item: /* TODO make also a shared variant of PackFile_new */ There is no more tools/build/pbc2c.pl. Can we close this ticket? -- Bacek