r31820 -[S32/Temporal] Fixed an inconsistency and uniquified a section title to avoid confusing smartlinks.pl.

2010-07-24 Thread pugs-commits
Author: Kodi Date: 2010-07-25 01:41:01 +0200 (Sun, 25 Jul 2010) New Revision: 31820 Modified: docs/Perl6/Spec/S32-setting-library/Temporal.pod Log: [S32/Temporal] Fixed an inconsistency and uniquified a section title to avoid confusing smartlinks.pl. Modified: docs/Perl6/Spec/S32-setting-libr

[perl #58372] tests available

2010-07-24 Thread kyleha
This is an automatically generated mail to inform you that tests are now available in t/spec/S02-builtin_data_types/array.t commit 062319f3e4bbfa3cd2a051ed4a96dd0f537d07da Author: moritz Date: Sat Jul 24 17:49:51 2010 + [t/spec] test that .[] is defined oin Any, and .[0] returns self

[perl #76700] [BUG] problem with array handling

2010-07-24 Thread via RT
# New Ticket Created by Stephane Payrard # Please include the string: [perl #76700] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=76700 > I am trying to to obtain ["this", "is", "so", ["so", "funny"]] for the value of $a.

[perl #76698] [BUG] problem using arrays of things, some of themt should be arrays

2010-07-24 Thread via RT
# New Ticket Created by Stephane Payrard # Please include the string: [perl #76698] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=76698 > I don't know if this is a problem with my code, with the Rakudo implementation or th

[perl #58488] tests available

2010-07-24 Thread kyleha
This is an automatically generated mail to inform you that tests are now available in t/spec/S02-names_and_variables/names.t commit b588d7cad299f00f47d1bdc87dceae7cbfcc45ba Author: moritz Date: Sat Jul 24 15:28:58 2010 + [t/spec] test for RT #58488, multiple redefinition of same class

[perl #69682] [BUG] Wrong error when using an unescaped '-' in a charlist in Rakudo

2010-07-24 Thread Will Coleda via RT
On Fri Oct 09 08:01:32 2009, masak wrote: > rakudo: / <[z . booga booga - ]> / > rakudo daf221: OUTPUT«src/gc/api.c:253: failed assertion > 'PObj_is_PMC_TEST(obj)'␤[...] > \o/ > rakudo: / <[a-z]> / > rakudo daf221: OUTPUT«src/gc/api.c:253: failed assertion > 'PObj_is_PMC_TEST(obj)'␤[.

[perl #76692] Rakudo segfaults in parrot_hash_destroy when loading SVG::Plot

2010-07-24 Thread via RT
# New Ticket Created by Moritz Lenz # Please include the string: [perl #76692] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=76692 > Rakudo 4bf6c0f7bd4fe3be4df2f2f11a8d09147a172ad6 on top of parrot r48153 segfaults when ru

[perl #58372] Indexing an undef value halts a program in Rakudo instead of just giving a warning

2010-07-24 Thread Will Coleda via RT
Er, that variable used in the original post is more magical than most. Here's an actual unknown var: $ ./perl6 -e '$Q; say "Alive!"' ===SORRY!=== Symbol '$Q' not predeclared in This seems to satisfy the original request, though, in that perl 6 is strict by default. -- Will "Coke" Coleda

[perl #58488] crashing parrot when calling create_lexinfo

2010-07-24 Thread Will Coleda via RT
On Mon Sep 01 10:19:19 2008, cognominal wrote: > One can crash calling rakudo on a file containing > > eval 'class A { has $.a}; my $a = A.new();'; > eval 'class A { has $.a}; my $a = A.new();'; > eval 'class A { has $.a}; my $a = A.new();'; > > or by executing thrice the line > class A { ha

[perl #58372] Indexing an undef value halts a program in Rakudo instead of just giving a warning

2010-07-24 Thread Will Coleda via RT
On Tue Aug 26 01:28:22 2008, masak wrote: > r30537: > $ ./perl6 -e '$/; say "Alive!"' > get_pmc_keyed() not implemented in class 'Undef' > [...] > > Compare Perl 5: > > $ perl -Mstrict -we '$_{'a'}{'b'}; print "Alive!\n"' > Useless use of hash element in void context at -e line 1. > Alive! With

[perl #58258] [BUG] The Rakudo REPL has no long-term memory

2010-07-24 Thread Will Coleda via RT
Both of the issues raised in this ticket work in the REPL (at least as of Atlanta.) Assigning to moritz++ for tests. -- Will "Coke" Coleda

[perl #61740] Rakudo doesn't understand autovivification of multiple hash indexes

2010-07-24 Thread Will Coleda via RT
This test is in t/spec and is currently unfudged. Closing ticket, thanks for the report! -- Will "Coke" Coleda