[perl #81524] .signature bug

2011-01-01 Thread via RT
# New Ticket Created by Hiroki Horiuchi # Please include the string: [perl #81524] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=81524 > #!/usr/bin/env perl6 # rakudo version: f99d081ea493399656a66f766e2c4d3fff57f548 # pa

[perl #81530] multi method `new' and constraints

2011-01-01 Thread via RT
# New Ticket Created by Hiroki Horiuchi # Please include the string: [perl #81530] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=81530 > #!/usr/bin/env perl6 # rakudo version: f99d081ea493399656a66f766e2c4d3fff57f548 # pa

[perl #81546] [BUG] Can't instantiate an object setting values of parent classes' attributes in Rakudo

2011-01-01 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #81546] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=81546 > rakudo: class A { has $.val }; class B is A { has $.val }; my $b = B.new(A{ :val("A") }

[perl #81548] [BUG] Can't do 'handles' on a type in Rakudo

2011-01-01 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #81548] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=81548 > rakudo: class A { has @.b handles Array }; my $a = A.new; say $a.b.perl; $a.push(1, 2,

Yapsi 2011.01 Released!

2011-01-01 Thread Carl Mäsak
It is with inordinate pleasure that I announce on behalf of the Yapsi development team the January 2011 release of Yapsi, a Perl 6 compiler written in Perl 6. Ta-daa! You can download it here: Yapsi is implemented in Perl 6. It thus

Parrot runs from command line; not Visual Studio

2011-01-01 Thread Nathaniel
Hi: I'm working on a application -- actually a web browser written with wxWidgets -- and I'd like to embed a parrot and/or perl6 interpreter. I succeeded in writing an experimental command-line program to read and execute a simple .pir file, compiled with perl6.exe, but that program crashes whene