Re: [perl #59118] Class attributes without accessors don't work in Rakudo

2010-03-21 Thread Jonathan Worthington
Carl Mäsak via RT wrote: On Sun Mar 21 14:33:26 2010, lue wrote: class A { has $.b; method x { $!b = "b" } }; A.new.x this works. Sure, but that doesn't create a class attribute, as was the topic of this ticket. :) The 'has' declarator gives each object instance its own attribute, wh

[perl #59118] Class attributes without accessors don't work in Rakudo

2010-03-21 Thread Carl Mäsak via RT
On Sun Mar 21 14:33:26 2010, lue wrote: > class A { has $.b; method x { $!b = "b" } }; A.new.x > > this works. Sure, but that doesn't create a class attribute, as was the topic of this ticket. :) The 'has' declarator gives each object instance its own attribute, whereas the ordinary 'my' declar

Re: perl6 compiler

2010-03-21 Thread Wendell Hatcher
Thanks to you all for the info. I am looking forward to the useable version as well as a stable perl6 Xmas present soon. :-) can't wait until this is fully up and running I think it is a game changer! :-) Sent from my iPhone Wendell Hatcher wendell_hatc...@comcast.net 303-520-7554 Blogsite: h

[perl #73698] Rakudo does not recognize backslash escape sequences in character classes

2010-03-21 Thread via RT
# New Ticket Created by Moritz Lenz # Please include the string: [perl #73698] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=73698 > 23:15 <@moritz_> rakudo: say 'foto' ~~ /<-[\t]>+/ 23:15 < p6eval> rakudo 3075a5: OUTPUT«f

[perl #73688] [BUG] Miscounting of arguments going on in a case involving positional placeholder parameters in Rakudo

2010-03-21 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #73688] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=73688 > rakudo: { &^c("$^a, $^b") }.("morning", "perl6ers", &say) rakudo 7ccf14: OUTPUT«Not en

[perl #68116] [BUG] Rakudo won't accept subs as valid &-sigilled parameters in Rakudo

2010-03-21 Thread Carl Mäsak via RT
The particular circumstances involved in this ticket are resolved. (But see [perl #73688].)

[perl #67142] [BUG] ranges aren't immutable, but should be, in Rakudo

2010-03-21 Thread Carl Mäsak via RT
Ranges are now immutable in master. Resolving ticket.

Re: perl6 compiler

2010-03-21 Thread Timothy S. Nelson
On Fri, 19 Mar 2010, Matthew Wilson wrote: As written in pmichaud's journal entries, "stability" is explicitly *not* (and never was) one of the goals of the April 2010 release of Rakudo. So to answer the original question, if you want something somewhat useable, then Rakudo Star is it. If y