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
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
# 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.
# 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
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
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)'[.
# 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
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
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
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
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
This test is in t/spec and is currently unfudged.
Closing ticket, thanks for the report!
--
Will "Coke" Coleda
12 matches
Mail list logo