[perl #76946] [BUG] [WEIRD] Internal Parrot on running Any .= () in Rakudo

2010-08-03 Thread Carl Mäsak
# New Ticket Created by Carl Mäsak # Please include the string: [perl #76946] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=76946 masak rakudo: $_ .= () p6eval rakudo 0a8ef0: OUTPUT«./src/pmc/object.pmc:185: failed

[perl #73236] tests available

2010-08-03 Thread kyleha
This is an automatically generated mail to inform you that tests are now available in t/spec/S02-literals/numeric.t commit 806c7d7a2efa5235bb9ee53d0d0a60a7ebe94a74 Author: bbkr b...@c213334d-75ef-0310-aa23-eaa082d1ae64 Date: Tue Aug 3 11:59:02 2010 + [t/spec] tests for RT #73236 LTA

[perl #74410] tests available

2010-08-03 Thread kyleha
This is an automatically generated mail to inform you that tests are now available in t/spec/S06-signature/slurpy-params.t commit c5d5e34edb598ce84b0858855707ca20fbeabf94 Author: bbkr b...@c213334d-75ef-0310-aa23-eaa082d1ae64 Date: Tue Aug 3 12:41:02 2010 + [t/spec] tests for RT

[perl #74104] tests available

2010-08-03 Thread kyleha
This is an automatically generated mail to inform you that tests are now available in t/spec/S06-operator-overloading/sub.t commit 0dfc369d60e934bfaa91de967f58e5d4d12198be Author: bbkr b...@c213334d-75ef-0310-aa23-eaa082d1ae64 Date: Tue Aug 3 12:53:29 2010 + [t/spec] tests for RT

[perl #76950] [BUG] infix:..^ does the Wrong Thing if the rhs is an Array in Rakudo

2010-08-03 Thread Carl Mäsak
# New Ticket Created by Carl Mäsak # Please include the string: [perl #76950] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=76950 masak rakudo: my @a = 1, 2, 3, 4, 5; for 1 ..^ +...@a { .say } p6eval rakudo 0a8ef0:

[perl #73808] tests available

2010-08-03 Thread kyleha
This is an automatically generated mail to inform you that tests are now available in t/spec/S12-class/attributes.t commit ba2c034ba3a2cc8f3ad6a53cc66328cb12dbe81e Author: bbkr b...@c213334d-75ef-0310-aa23-eaa082d1ae64 Date: Tue Aug 3 13:23:13 2010 + [t/spec] tests for RT #73808

[perl #76956] [BUG] LTA error message when using placeholder variable outside of a block in Rakudo

2010-08-03 Thread Carl Mäsak
# New Ticket Created by Carl Mäsak # Please include the string: [perl #76956] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=76956 PerlJam patch: $^vars are for self-declared parameters, so ... yes moritz_ only in

[perl #72946] tests available

2010-08-03 Thread kyleha
This is an automatically generated mail to inform you that tests are now available in t/spec/S04-declarations/my.t commit 09af872d08dccd39998758c0ed5ae7e3cd9f37b2 Author: bbkr b...@c213334d-75ef-0310-aa23-eaa082d1ae64 Date: Tue Aug 3 14:54:41 2010 + [t/spec] tests for RT #72946 Rakudo

[perl #76960] Rakudo does not allows lexical overrides of attributes

2010-08-03 Thread via RT
# New Ticket Created by Moritz Lenz # Please include the string: [perl #76960] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=76960 17:54 moritz_ rakudo: class A { has $b; method new { my $b = 3; say $b } };

[perl #65994] Fakexecutable is not working anymore in latest rakudo/parrot

2010-08-03 Thread Patrick R. Michaud via RT
Now working in 51cc37: pmich...@plum:~/rakudo$ ./perl6 --target=PIR hello.p6 hello.pir pmich...@plum:~/rakudo$ parrot_install/bin/parrot -o hello.pbc hello.pir pmich...@plum:~/rakudo$ parrot_install/bin/pbc_to_exe hello.pbc cc -o hello.o -I/home/pmichaud/rakudo/parrot_install/include/2.6.0-devel

Smoker cooling off?

2010-08-03 Thread yary
http://smolder.plusthree.com/ seems to be down- are smoke tests still being collected? -y

Performance: ... vs ..

2010-08-03 Thread Aaron Sherman
I know that Rakudo isn't well tuned for performance right now, but this is still probably worth noting because it's such a specific difference between two similar ways of doing one task. The recent thread about ... and .. had me doing some testing and I noticed that .. seems to be radically

[perl #76948] Loading the same module multiple times is probably broken

2010-08-03 Thread via RT
# New Ticket Created by Mulander # Please include the string: [perl #76948] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=76948 mulan...@bunkier_mysli:~/rakudo/rakudo-star-2010.07$ ./perl6 --version This is Rakudo