[perl #65794] [TODO] Make calls respond to an overridden postcircumfix:<( )> in Rakudo

2009-05-19 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #65794] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=65794 > rakudo: class A { method postcircumfix:<( )>() { 42 } }; my $a = A.new; say $a() rakud

[perl #65804] [BUG] 'sub' cannot be used as a routine name

2009-05-19 Thread via RT
# New Ticket Created by Ahmad Zawawi # Please include the string: [perl #65804] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=65804 > Given that: sub if($foo) { say "From if!\n"; }; if(1); Works under std/rakudo.

[perl #65784] [BUG] Can't build rakudo on a mac unibody 13''

2009-05-19 Thread via RT
# New Ticket Created by Stephane Payrard # Please include the string: [perl #65784] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=65784 > I have not compiled rakudo in weeks to I can't tell if the problem is recent. I have

Re: [perl #65782] [Bug] rakudo silently ignores remaining code after unmatched pod

2009-05-19 Thread Larry Wall
On Tue, May 19, 2009 at 10:24:41AM -0500, Patrick R. Michaud wrote: : On Tue, May 19, 2009 at 12:30:53AM -0700, Ahmad Zawawi wrote: : > Given the following: : > : > "1".say; : > =begin pod : > =end pod1 : > "2".say; : > : > The output is only "1" but should be "1\n2" or at least a runtime : > err

Re: Perl6 won't compile on Cygwin/Win (configure.pl won't run)

2009-05-19 Thread Patrick R. Michaud
On Mon, May 18, 2009 at 02:54:55PM -0700, chromatic wrote: > On Monday 18 May 2009 12:20:47 Patrick R. Michaud wrote: > > > I'm more likely to suspect that something in your Parrot build is > > causing parrot_config to not provide the SVN revision number for Parrot. > > I have an SVK checkout of

Re: Perl6 won't compile on Cygwin/Win (configure.pl won't run)

2009-05-19 Thread Patrick R. Michaud
On Mon, May 18, 2009 at 06:28:19PM -0400, Peter Schwenn wrote: > Chromatic, PM, > > I got a fresh copy of parrot; configured and built. And "parrot_config > revision" still returns 0 (zero). How are you obtaining Parrot? Are you doing an SVN checkout, or some other mechanism? Pm

Re: [perl #65782] [Bug] rakudo silently ignores remaining code after unmatched pod

2009-05-19 Thread Patrick R. Michaud
On Tue, May 19, 2009 at 12:30:53AM -0700, Ahmad Zawawi wrote: > Given the following: > > "1".say; > =begin pod > =end pod1 > "2".say; > > The output is only "1" but should be "1\n2" or at least a runtime > error message for unmatched POD. Rakudo is simply following STD.pm here, and STD.pm (r2688

[perl #65782] [Bug] rakudo silently ignores remaining code after unmatched pod

2009-05-19 Thread via RT
# New Ticket Created by Ahmad Zawawi # Please include the string: [perl #65782] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=65782 > Given the following: "1".say; =begin pod =end pod1 "2".say; The output is only "1" but

r26883 - in docs/Perl6/Spec: . S32-setting-library

2009-05-19 Thread pugs-commits
Author: masak Date: 2009-05-19 09:50:40 +0200 (Tue, 19 May 2009) New Revision: 26883 Modified: docs/Perl6/Spec/S09-data.pod docs/Perl6/Spec/S32-setting-library/IO.pod Log: fixed a typo and a missing comma Modified: docs/Perl6/Spec/S09-data.pod ===

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

2009-05-19 Thread pugs-commits
Author: masak Date: 2009-05-19 09:50:36 +0200 (Tue, 19 May 2009) New Revision: 26882 Modified: docs/Perl6/Spec/S32-setting-library/Containers.pod Log: [S32/Containers.pod] removed examples from 'map' The examples didn't particularly add anything that the synopsis didn't already make clear. Als