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
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
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
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('/');
>
> -
>
>
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
# 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
# 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
# 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