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

2009-07-18 Thread pugs-commits
Author: lwall Date: 2009-07-18 18:44:26 +0200 (Sat, 18 Jul 2009) New Revision: 27605 Modified: docs/Perl6/Spec/S32-setting-library/Numeric.pod Log: [Numeric] kill :Trig tag, always include trig functions. Replace stupid string args with an enum. Default to lexical constant $?TRIGBASE. Modifie

[perl #37258] [PATCH] loadlib and libraries with '.' in the name

2009-07-18 Thread James Keenan via RT
I have moved this ticket to the Trac system: https://trac.parrot.org/parrot/ticket/850. Please continue discussion there. Thank you very much. kid51

[perl #38146] [TODO] OS.pmc - file copy

2009-07-18 Thread James Keenan via RT
The discussion in this ticket appears to have petered out in June 2006. The state of any efforts to work on it is unclear. This RT was mentioned by Whiteknight on his blog on July 17 2009: "Likewise, Ticket #38146 discusses the creation of a file copying utility, although discussion there has s

Re: hash slice failed ?

2009-07-18 Thread Chas. Owens
On Fri, Jul 17, 2009 at 18:50, Marc Chantreux wrote: > hello, > > this is a simple code i wrote for test: > > - > > my %foo = < a 12 b 34 c 45 >; > my @a = < a >; > my $c = 'c'; > say %foo.keys.join('/');  # b/c/a > say @a[0];                # a > say %foo<< @a[0] $c >>.join('/'); > > - > >

hash slice failed ?

2009-07-18 Thread Marc Chantreux
hello, this is a simple code i wrote for test: - my %foo = < a 12 b 34 c 45 >; my @a = < a >; my $c = 'c'; say %foo.keys.join('/'); # b/c/a say @a[0];# a say %foo<< @a[0] $c >>.join('/'); - on the last line, i expected: '12/45' but had # stdout: /45 # stderr: Us

[perl #67674] About Rakudo managing

2009-07-18 Thread christian.aperg...@lidil.univ-mrs.fr (via RT)
# New Ticket Created by christian.aperg...@lidil.univ-mrs.fr # Please include the string: [perl #67674] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=67674 > I am afraid to see that the Rakudo site is used by plenty of spa

[perl #67662] POD variables not implemented

2009-07-18 Thread via RT
# New Ticket Created by Minimiscience # Please include the string: [perl #67662] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=67662 > Rakudo does not recognize POD variables of the form $=podSection. As an example, the

[perl #67660] Statement/loop labels are not implemented

2009-07-18 Thread via RT
# New Ticket Created by Minimiscience # Please include the string: [perl #67660] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=67660 > Rakudo is unable to parse the following program. It runs correctly if the "loopBlock