On Sun Jan 03 05:09:14 2010, nkh wrote:
> rakudo commit: db84bc06990c37b93fe987dcffab4ed9bf31de92
> build/PARROT_REVISION: 43076 1.9.0
>
> na...@naquadim rakudo (master)$ ./perl6 nadim_test.pl
> Not enough positional parameters passed; got 0 but expected 2
> in Main (file src/gen_setting.pm, line
# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #75446]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=75446 >
I've found a case where a line number is one-off. should I nopaste it?
masak: please
# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #75454]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=75454 >
rakudo: package A { package C::B { our sub c { say "OH HAI"
} } }; A::C::B::c
rakudo 1
# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #75456]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=75456 >
rakudo: '1 ' ~~ /.*/; say +$/
rakudo 1727ca: OUTPUT«0»
rakudo++
is that actually co
# New Ticket Created by Ilmari Vacklin
# Please include the string: [perl #75470]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=75470 >
> sub foo { 42 }
foo
> foo
Could not find sub &foo
Class definitions
# New Ticket Created by Life U. Everything
# Please include the string: [perl #75458]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=75458 >
[10:13:37] rakudo: package Foo;
[10:13:41] rakudo 749fe9: ( no output )
[10:13:
# New Ticket Created by Moritz Lenz
# Please include the string: [perl #75460]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=75460 >
# fine, no error:
$ ./perl6 -e 'use Test'
# not so nice:
$ ./perl6 -e 'use Test; BEGIN {
This is an automatically generated mail to inform you that tests are now
available in t/spec/S06-signature/slurpy-params.t
commit 42f8eb5b687cfa52c27468f0951a7716d1479144
Author: moritz
Date: Mon May 31 19:02:27 2010 +
[t/spec] test for RT #61772, *...@a is copy messed up in Rakudo
This is an automatically generated mail to inform you that tests are now
available in t/spec/S06-signature/positional-placeholders.t
commit 4a6027c4e5adc0ce1b7e83fcd0581e9673c45545
Author: moritz
Date: Mon May 31 19:38:19 2010 +
[t/spec] test for RT #64310, $^a after my $a
gi
This is an automatically generated mail to inform you that tests are now
available in t/spec/S06-signature/introspection.t
commit 4fe2085a03c1029dc2361275a6d50fd4d8cbd8d3
Author: moritz
Date: Mon May 31 19:50:56 2010 +
[t/spec] Test for RT #70720, :(3) has the 3 available to introspec
Author: moritz
Date: 2010-05-31 22:03:02 +0200 (Mon, 31 May 2010)
New Revision: 31032
Modified:
docs/Perl6/Spec/S05-regex.pod
Log:
[S05] correct think in .trans example
A zero-width assertion doesn't do us any good here.
Modified: docs/Perl6/Spec/S05-regex.pod
11 matches
Mail list logo