Re: [perl #69194] rakudo 2009-08 and when with lists

2009-09-20 Thread Larry Wall
On Sun, Sep 20, 2009 at 01:29:22AM -0400, Aaron Sherman wrote: : On Sat, Sep 19, 2009 at 9:45 PM, David Green david.gr...@telus.net wrote: : : On 2009-Sep-19, at 5:53 am, Solomon Foster wrote: : : The one thing that worries me about this is how :by fits into it all. : rakudo: given

[perl #69242] Rakudo should check existence of subroutines at CHECK time

2009-09-20 Thread via RT
# New Ticket Created by Moritz Lenz # Please include the string: [perl #69242] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=69242 18:16 diakopter rakudo: caffeine(eval('sub caffeine($a){say $a}')); 18:16 +p6eval

Re: Announce: Rakudo Perl 6 development release #21 (Seattle)

2009-09-20 Thread François Perrad
2009/9/19 Moritz Lenz mor...@faui2k3.org: Hi, François Perrad wrote: 2009/9/17 jerry gay jerry@gmail.com: On behalf of the Rakudo development team, I'm pleased to announce the September 2009 development release of Rakudo Perl #21 Seattle. Rakudo is an implementation of Perl 6 on the

[perl #69240] [BUG] Can't use -sigilled variables as named parameters in Rakudo

2009-09-20 Thread Carl Mäsak
# New Ticket Created by Carl Mäsak # Please include the string: [perl #69240] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=69240 masak rakudo: sub foo(:a) { bar(:a) }; sub bar(*%_) { say OH HAI }; foo() p6eval

r28325 - docs/Perl6/Spec

2009-09-20 Thread pugs-commits
Author: ruoso Date: 2009-09-20 18:56:07 +0200 (Sun, 20 Sep 2009) New Revision: 28325 Added: docs/Perl6/Spec/S08-capture.pod Log: [spec/S08] started writing the introduction; Added: docs/Perl6/Spec/S08-capture.pod === ---

r28331 - docs/Perl6/Spec

2009-09-20 Thread pugs-commits
Author: ruoso Date: 2009-09-21 00:56:31 +0200 (Mon, 21 Sep 2009) New Revision: 28331 Modified: docs/Perl6/Spec/S08-capture.pod Log: [spec/S08] section that differentiates Parcel from Capture Modified: docs/Perl6/Spec/S08-capture.pod

r28333 - docs/Perl6/Spec

2009-09-20 Thread pugs-commits
Author: ruoso Date: 2009-09-21 02:10:30 +0200 (Mon, 21 Sep 2009) New Revision: 28333 Modified: docs/Perl6/Spec/S08-capture.pod Log: [S08] adding two more sections Modified: docs/Perl6/Spec/S08-capture.pod === ---

r28334 - docs/Perl6/Spec

2009-09-20 Thread pugs-commits
Author: lwall Date: 2009-09-21 03:28:27 +0200 (Mon, 21 Sep 2009) New Revision: 28334 Modified: docs/Perl6/Spec/S02-bits.pod Log: [S02] clarification of run-time-ish nature of (* * *) requested by JimmyZ++ Modified: docs/Perl6/Spec/S02-bits.pod