[perl #67858] [BUG] Enums have postcircumfix:<[ ]> capability, but give a less than awesome error message when they're used in Rakudo

2011-10-15 Thread Carl Mäsak via RT
On Fri Oct 14 12:25:12 2011, coke wrote: > On Fri Jul 24 10:29:44 2009, masak wrote: > > * masak realizes he can use introspection to find even weirder bugs > > rakudo: enum foo <>; say foo[1] > > This syntax is no longer accepted: > > 15:23 < [Coke]> rakudo: enum foo <>; say foo[1] > 15:23 <+p6

Re: [perl #73990] [BUG] [WEIRD] Null PMC access when executing '0 but last' in Rakudo

2011-10-15 Thread Carl Mäsak
If you ask me, the essense of the ticket -- the Null PMC access -- has been fixed already. On Fri, Oct 14, 2011 at 9:38 PM, Will Coleda via RT wrote: > On Sat Jul 24 14:09:01 2010, coke wrote: >> On Fri Apr 02 04:47:19 2010, masak wrote: >> > rakudo: 0 but last >> > rakudo 63ff06: OUTPUT«Warnin

[perl #68518] [BUG] Null PMC access when not finding the ICU library inside a try block in Rakudo

2011-10-15 Thread Will Coleda via RT
On Fri Oct 14 13:04:52 2011, pmichaud wrote: > > It would be helpful if someone (not necessarily the original poster) > > provided a recipe to build a perl6 without ICU so this bug can be > tested > > against a recent version. > > The following should work: > > perl Configure.pl --gen-parr

[perl #101426] [BUG] Can't declare a role as the default value of a parameter in a parameterized role in Rakudo

2011-10-15 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #101426] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=101426 > nom: role R[::T = role Q[::S = role { method baz { say "OH HAI" } }] { method ba