# 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
# 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
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
# 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
# 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
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
=
# 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
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
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
===
---
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]
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/
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
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
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
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
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
>>
>
16 matches
Mail list logo