[perl #63644] tests available

2009-07-23 Thread kyleha
This is an automatically generated mail to inform you that tests are now available in b/t/spec/S03-operators/autoincrement.t

[perl #67784] tests available

2009-07-23 Thread kyleha
This is an automatically generated mail to inform you that tests are now available in b/t/spec/S12-class/basic.t

[perl #63466] tests available

2009-07-23 Thread kyleha
This is an automatically generated mail to inform you that tests are now available in b/t/spec/S05-grammar/polymorphism.t

[perl #63642] tests available

2009-07-23 Thread kyleha
This is an automatically generated mail to inform you that tests are now available in b/t/spec/S03-operators/assign.t

[perl #64656] tests available

2009-07-23 Thread kyleha
This is an automatically generated mail to inform you that tests are now available in b/t/spec/S06-other/do-bug.t

[perl #67612] tests available

2009-07-23 Thread kyleha
This is an automatically generated mail to inform you that tests are now available in b/t/spec/S05-metasyntax/regex.t

[perl #63430] tests available

2009-07-23 Thread kyleha
This is an automatically generated mail to inform you that tests are now available in b/t/spec/S04-statements/try.t

[perl #63066] tests available

2009-07-23 Thread kyleha
This is an automatically generated mail to inform you that tests are now available in b/t/spec/S32-str/split.t

[perl #63460] tests available

2009-07-23 Thread kyleha
This is an automatically generated mail to inform you that tests are now available in b/t/spec/S05-grammar/parse_and_parsefile.t

[perl #64566] tests available

2009-07-23 Thread kyleha
This is an automatically generated mail to inform you that tests are now available in b/t/spec/S02-builtin_data_types/whatever.t

r27695 - docs/Perl6/Spec/S32-setting-library

2009-07-23 Thread pugs-commits
Author: wayland Date: 2009-07-24 07:00:41 +0200 (Fri, 24 Jul 2009) New Revision: 27695 Modified: docs/Perl6/Spec/S32-setting-library/Abstraction.pod Log: [S32/Abstraction] Added "action" optional parameter to parse and parsefile. Modified: docs/Perl6/Spec/S32-setting-library/Abstraction.pod

r27692 - docs/Perl6/Spec/S32-setting-library

2009-07-23 Thread pugs-commits
Author: wayland Date: 2009-07-24 04:15:04 +0200 (Fri, 24 Jul 2009) New Revision: 27692 Modified: docs/Perl6/Spec/S32-setting-library/Abstraction.pod Log: [S32/Abstraction]: Documented .parse and .parsefile methods on Grammar. Note that the method signatures may be wrong. pmichaud++ for point

[perl #60312] [BUG] OpenBSD Smolder test failures

2009-07-23 Thread James Keenan via RT
On Tue May 12 05:18:47 2009, jk...@verizon.net wrote: > Here's an update based on a recent Smolder report > Thanks to a steady stream of Smolder reports from 'sm...@pc42.my.domain' -- I don't know who the human there is -- performed on OpenBSD/amd64, we can see that we are passing all non-SKIPped

Building on an installed Parrot (was: Re: Announce: Rakudo Perl 6 development release #19 ("Chicago"))

2009-07-23 Thread Timothy S. Nelson
On Thu, 23 Jul 2009, Reini Urban wrote: Following up on the parrot-1.4.0 release check on cygwin the release errors are still not being touched. rakudo is still not being able to be built without a parrot build_dir. Building with installed parrot is unsupported, which means creating a package w

[perl #67818] [BUG] Cannot instantiate subtype of Array or Hash in Rakudo

2009-07-23 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #67818] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=67818 > rakudo: subset Person of Hash where { .keys.sort ~~ }; my Person $p = { :firstname, :l

[perl #67810] [PATCH] Test.pm planless testing support update

2009-07-23 Thread via RT
# New Ticket Created by Matthew Walton # Please include the string: [perl #67810] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=67810 > Following IRC discussion on 23rd of July 2009, this patch removes the need to call 'pl

Re: Announce: Rakudo Perl 6 development release #19 ("Chicago")

2009-07-23 Thread François Perrad
2009/7/23 Moritz Lenz : > On behalf of the Rakudo development team, I'm pleased to announce > the July 2009 development release of Rakudo Perl #19 "Chicago". > Rakudo is an implementation of Perl 6 on the Parrot Virtual Machine [1]. > The tarball for the July 2009 release is available from > http:/

[perl #67808] [BUG] "Use of uninitialized value" should at least report line number

2009-07-23 Thread via RT
# New Ticket Created by Kevin Tew # Please include the string: [perl #67808] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=67808 > 05:22 < tewk> rakudo "Use of uninitialized value" 05:23 < tewk> Any way I can find out what

Re: Parameter binding

2009-07-23 Thread TSa
HaloO, Moritz Lenz wrote: I came to this 12:51 <@moritz_> rakudo: my $x = 3; say $x, ' ', ++$x; 12:51 < p6eval> rakudo 7b81c0: OUTPUT«4 4␤» 12:51 <@moritz_> rakudo: my $x = 3; say $x, ' ', $x++; 12:51 < p6eval> rakudo 7b81c0: OUTPUT«4 3␤» I would expect that to say '3 4' and '3 3' respectivel

Announce: Rakudo Perl 6 development release #19 ("Chicago")

2009-07-23 Thread Moritz Lenz
On behalf of the Rakudo development team, I'm pleased to announce the July 2009 development release of Rakudo Perl #19 "Chicago". Rakudo is an implementation of Perl 6 on the Parrot Virtual Machine [1]. The tarball for the July 2009 release is available from http://github.com/rakudo/rakudo/download

Re: [perl #67810] AutoReply: [PATCH] Test.pm planless testing support update

2009-07-23 Thread Matthew Walton
Updated patch (replaces previous) which does the right thing when you don't call done_testing in planless mode. Thanks pmurias++ for spotting that. On Thu, Jul 23, 2009 at 12:38 PM, perl6 via RT wrote: > Greetings, > > This message has been automatically generated in response to the > creation of

r27680 - docs/Perl6/Spec

2009-07-23 Thread pugs-commits
Author: masak Date: 2009-07-23 11:11:33 +0200 (Thu, 23 Jul 2009) New Revision: 27680 Modified: docs/Perl6/Spec/S12-objects.pod Log: [S12] added missing comma We generally cannot have two terms in a row, and that goes for the inside of hash arguments to a handles trait, too. Modified: docs/Per