r28295 - docs/Perl6/Spec

2009-09-18 Thread pugs-commits
Author: lwall Date: 2009-09-19 05:04:53 +0200 (Sat, 19 Sep 2009) New Revision: 28295 Modified: docs/Perl6/Spec/S06-routines.pod Log: [S06] typoish tweaks Modified: docs/Perl6/Spec/S06-routines.pod === --- docs/Perl6/Spec/S06-rout

r28294 - docs/Perl6/Spec

2009-09-18 Thread pugs-commits
Author: sunnavy Date: 2009-09-19 04:41:57 +0200 (Sat, 19 Sep 2009) New Revision: 28294 Modified: docs/Perl6/Spec/S02-bits.pod docs/Perl6/Spec/S03-operators.pod docs/Perl6/Spec/S04-control.pod docs/Perl6/Spec/S09-data.pod docs/Perl6/Spec/S11-modules.pod docs/Perl6/Spec/S12-objects

[perl #69216] [BUG] Null PMC access when trying to use .candidates on a user-built Multi in Rakudo

2009-09-18 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #69216] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=69216 > rakudo: my $a = Multi.new; $a.push(sub (1,2,3) { }); $a.push(sub (1,2) { }); say join "

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

2009-09-18 Thread Moritz Lenz
Aaron Sherman wrote: > Redirecting thread to language because I do agree that this is no longer a > matter of a bug. > > On Fri, Sep 18, 2009 at 9:28 AM, Moritz Lenz via RT < > perl6-bugs-follo...@perl.org> wrote: > >> On Thu Sep 17 08:53:59 2009, ajs wrote: >> > This code behaves as expected, ma

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

2009-09-18 Thread Aaron Sherman
Redirecting thread to language because I do agree that this is no longer a matter of a bug. On Fri, Sep 18, 2009 at 9:28 AM, Moritz Lenz via RT < perl6-bugs-follo...@perl.org> wrote: > On Thu Sep 17 08:53:59 2009, ajs wrote: > > This code behaves as expected, matching 2 or 3 in only one out of th

[perl #69218] [BUG] Rakudo chokes on '3,'

2009-09-18 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #69218] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=69218 > rakudo: 3, rakudo 4b141a: OUTPUT«No result object [...] was this ever reported? * mas

r28284 - docs/Perl6/Spec

2009-09-18 Thread pugs-commits
Author: ruoso Date: 2009-09-18 16:04:00 +0200 (Fri, 18 Sep 2009) New Revision: 28284 Modified: docs/Perl6/Spec/S06-routines.pod Log: [spec/S06] add a section for Introspection, with three proposed methods... Modified: docs/Perl6/Spec/S06-routines.pod ===

[perl #69206] [BUG] STD.pm accepts $: as an anonymous invocant parameter followed by a param-separating colon, Rakudo doesn't

2009-09-18 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #69206] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=69206 > rakudo: class A { method foo(::T $ :) { say T.perl } }; A.new.foo rakudo 2953ac: OUTPU

[perl #69204] [BUG] Cannot combine infix:<.=> and string methodrefs in Rakudo

2009-09-18 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #69204] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=69204 > rakudo: say "oh hai" .= uc rakudo 2953ac: OUTPUT«OH HAI␤» rakudo: say "oh hai"."uc"

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

2009-09-18 Thread François Perrad
2009/9/17 jerry gay : > 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 Parrot Virtual Machine [1]. > The tarball for the September 2009 release is available from

[perl #69202] [BUG] Referring to a private attribute in a method 'all' after typing a parameter in another method in Rakudo

2009-09-18 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #69202] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=69202 > rakudo: class A { has $.a; method x(Str $x) {}; method all() { $!a } } rakudo 2953ac:

[perl #69200] [BUG] Param typed with Bool doesn't accept :foo-type argument in Rakudo

2009-09-18 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #69200] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=69200 > rakudo: sub foo(Bool :$x) {}; foo(:x) rakudo 2953ac: OUTPUT«Parameter type check faile

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

2009-09-18 Thread via RT
# New Ticket Created by Aaron Sherman # Please include the string: [perl #69194] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=69194 > This code behaves as expected, matching 2 or 3 in only one out of the three cases: my

Web.pm (Re: Cobra & Ioke Programming Languages)

2009-09-18 Thread Carl Mäsak
Juan (>): > I'll take a look at web.pm and see  I can get involved. You're very welcome to help. We definitely need more contributors, and I'm currently thinking about ways to delegate work. Grab me on #perl6, or by email. There's also sporadic discussion of Web.pm going on at #november-wiki. >