[perl #71816] [BUG] no information about where in the source code the error occures

2010-05-31 Thread jn...@jnthn.net via RT
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

[perl #75446] [BUG] The curious case of the one-off line number in Rakudo

2010-05-31 Thread Carl Mäsak
# 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

[perl #75454] [BUG] Rakudo gets some package nestings wrong

2010-05-31 Thread Carl Mäsak
# 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

[perl #75456] [BUG] Rakudo is numificationally inconsistent between Str and Match (and the spec is out-of-date)

2010-05-31 Thread Carl Mäsak
# 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

[perl #75470] [BUG] Rakudo REPL doesn't remember sub definitions across lines

2010-05-31 Thread via RT
# 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

[perl #75458] package Foo; does not cause parsefail

2010-05-31 Thread via RT
# 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:

[perl #75460] 'BEGIN' is run before 'use', even if later in the file

2010-05-31 Thread via RT
# 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 {

[perl #61772] tests available

2010-05-31 Thread kyleha
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

[perl #64310] tests available

2010-05-31 Thread kyleha
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

[perl #70720] tests available

2010-05-31 Thread kyleha
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

r31032 -[S05] correct think in .trans example

2010-05-31 Thread pugs-commits
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