[perl #66196] .bytes is broken in Rakudo

2009-06-03 Thread Carl Mäsak via RT
Muixirt++ sent a patch, and now it works. Resolving ticket.

[perl #63902] Assigning to an attribute from within BUILD gives Null PMC access in getprop()

2009-06-03 Thread jn...@jnthn.net via RT
On Sun Mar 15 12:00:21 2009, moritz wrote: Rakudo 087e299898416ca6c3a6e2b2bdc3785d841f0ec6: From the parent: $ ./perl6 -e 'class P { submethod BUILD($o) { say self.WHAT; $o.doit(2) } }; class C is P { has $!a; method doit($x) { $!a = $x; }}; C.new()' P Null PMC access in getprop() In a

[perl #64388] BUILD should take the object as the invocant, not as the second positional argument

2009-06-03 Thread jn...@jnthn.net via RT
On Thu Apr 02 06:29:21 2009, masak wrote: masak doesn't BUILD have access to private attributes? if not, where would be the proper place to initialize private attributes? ruoso masak, yes... BUILD has access to private attributes masak ruoso: how? could you show me? ruoso masak, jnthn, in

[perl #64930] Weird error building rakudo

2009-06-03 Thread jn...@jnthn.net via RT
On Sun May 17 12:16:57 2009, heidnes wrote: On Tir. 21. Apr. 2009 07:41:21, PacoLinux wrote: Hi: I'm having a very weird error while building latest rakudo with parrot r38208 (gcc 4.1.3 20070929) : I'm seeing the same problem with gcc version 4.1.2 20061021 prerelease (NetBSD nb3

[perl #66182] No die sub found in Rakudo

2009-06-03 Thread Patrick R. Michaud via RT
The current version of Rakudo (after Jonathan's merge) now reports: $ cat 66182 my $x; [$x.WHAT, $x.HOW, $x].say; $ ./perl6 66182 Failure() Method 'say' not found for invocant of class 'P6metaclass' $ I don't know if this is more along the lines of what you were