[perl #76552] [PATCH] Added %z to DateTime::strftime

2010-07-18 Thread via RT
# New Ticket Created by Timothy Totten # Please include the string: [perl #76552] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=76552 > A small patch, just adds %z (to return the timezone string) to the DateTime::strftime

[perl #76534] Rakudo parses operators from modules even if not exported

2010-07-18 Thread via RT
# New Ticket Created by Moritz Lenz # Please include the string: [perl #76534] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=76534 > in pugs/t/spec/packages/Exportops.pm there's a sub infix:($a, $b) { $a + $b } (neither

[perl #74236] [BUG] Null PMC access when attempting to get at a method within a class using &Class::method syntax in Rakudo

2010-07-18 Thread jn...@jnthn.net via RT
On Sat Apr 10 14:26:00 2010, masak wrote: > rakudo: class A {}; my $x = &A::nosuch > rakudo 43f865: OUTPUT«Null PMC access in can() [...] > * masak submits rakudobug Now: > class A {}; my $x = &A::nosuch Code() > is that still the way to get at a method in Perl 6? Yes but only if you marked

[perl #76564] [BUG] Str.split produces non-Perl 6 strings in Rakudo, causing Str.trans to trip up

2010-07-18 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #76564] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=76564 > rakudo: .trans("a" => "b") for "a\nb".split("\n"); say "alive" rakudo 687837: OUTPUT«t

[perl #76560] [BUG] $*ARGFILES can't .slurp in Rakudo

2010-07-18 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #76560] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=76560 > rakudo: say $*ARGFILES.slurp rakudo 687837: OUTPUT«Method 'readall' not found for invo

r31755 -[S05] specifiy that .parse can invoke other subrules than TOP by name

2010-07-18 Thread pugs-commits
Author: moritz Date: 2010-07-18 22:40:18 +0200 (Sun, 18 Jul 2010) New Revision: 31755 Modified: docs/Perl6/Spec/S05-regex.pod Log: [S05] specifiy that .parse can invoke other subrules than TOP by name Modified: docs/Perl6/Spec/S05-regex.pod =

[perl #76544] State variables are not yet implemented

2010-07-18 Thread via RT
# New Ticket Created by Tyler Curtis # Please include the string: [perl #76544] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=76544 > At parrot r48099, with Rakudo version Kiev-272-gdd8d5d7, "state" variables are not imple

[perl #74092] [BUG] Strange error when declaring a sub with an unknown trait in Rakudo

2010-07-18 Thread jn...@jnthn.net via RT
On Tue Apr 06 09:38:34 2010, masak wrote: > rakudo: sub yulia is krassivaya { } > rakudo c06062: OUTPUT«Could not find sub &substr [...] > wtf. > * masak submits rakudobug > Well, it fails anyway. > > This should fail, but not with that error. Now it fails by telling you about the fact that t

r31754 -[S29] remove fossile noted by tylercurtis++

2010-07-18 Thread pugs-commits
Author: moritz Date: 2010-07-18 17:13:40 +0200 (Sun, 18 Jul 2010) New Revision: 31754 Modified: docs/Perl6/Spec/S29-functions.pod Log: [S29] remove fossile noted by tylercurtis++ Modified: docs/Perl6/Spec/S29-functions.pod === ---

[perl #76452] tests available

2010-07-18 Thread kyleha
This is an automatically generated mail to inform you that tests are now available in at least one of these files: t/spec/S02-literals/listquote.t, t/spec/S06-signature/defaults.t commit e0c07d6f4b4b5f2296d16dc663070bacb38cc5de Author: moritz Date: Sun Jul 18 14:40:10 2010 + [t/spec]

[perl #76466] tests available

2010-07-18 Thread kyleha
This is an automatically generated mail to inform you that tests are now available in t/spec/S04-declarations/my.t commit cce068982cf58cf2f71673f12de5262528202010 Author: moritz Date: Sun Jul 18 14:32:57 2010 + [t/spec] test for RT #76466# git-svn-id: http://svn.pugscode.org/

[perl #76476] tests available

2010-07-18 Thread kyleha
This is an automatically generated mail to inform you that tests are now available in t/spec/S12-construction/construction.t commit f2824799ff1c44418b7348893d9d6353b96d4771 Author: moritz Date: Sun Jul 18 14:29:41 2010 + [t/spec] test for RT #76476, monkey-typed method new is not call

[perl #75872] tests available

2010-07-18 Thread kyleha
This is an automatically generated mail to inform you that tests are now available in t/spec/S12-methods/multi.t commit 4b312a5186e94c35751ac9e57bd520cd5869ad49 Author: moritz Date: Sun Jul 18 12:17:21 2010 + [t/spec] tests for RT #75872, awesome error message when multi method dispa

[perl #69676] tests available

2010-07-18 Thread kyleha
This is an automatically generated mail to inform you that tests are now available in t/spec/S12-construction/new.t commit bab5843563abbdd1932d8f6436b16d74009ce39a Author: moritz Date: Sun Jul 18 12:04:09 2010 + [t/spec] tests for RT #69676, delegating .new to self.Mu::new gi

[perl #74236] tests available

2010-07-18 Thread kyleha
This is an automatically generated mail to inform you that tests are now available in t/spec/S12-methods/what.t commit b2c44b304761621c37f3a9b72f2b28461db3dbda Author: moritz Date: Sun Jul 18 11:57:00 2010 + [t/spec] tests for RT #74236, &Class::method access git-svn-id: http

Re: Suggested magic for "a" .. "b"

2010-07-18 Thread Moritz Lenz
Ruud H.G. van Tol wrote: > Aaron Sherman wrote: > >> Having established this range for each correspondingly indexed letter, the >> range for multi-character strings is defined by a left-significant counting >> sequence. For example: >> >> "Ab" .. "Be" >> >> defines the ranges: >> >> and >> >