# New Ticket Created by Jonathan Stowe
# Please include the string: [perl #126541]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=126541 >
Hi,
In a number of places in the design documents it is suggested that certain
functio
On Fri Aug 14 21:13:01 2015, alex.jakime...@gmail.com wrote:
> Code:
> say chr 999;
>
> Result:
> chr codepoint cannot be negative
> in block at ./test.pl:2
>
>
> Well, it is not negative.
Behavior has changed to the more accurate:
13:17 < [Coke]> m: say chr
On Mon Oct 26 11:44:45 2015, FROGGS.de wrote:
> Here are more examples (by novapatch++ via irc):
>
> m: say «நி กำ षि "\r\n"»».chars
> rakudo-moar cd7766: OUTPUT«(2 2 2 2)»
These now all report as 1, with the exception of \r\n.
--
Will "Coke" Coleda
# New Ticket Created by Andrei Osipov
# Please include the string: [perl #126540]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=126540 >
$ perl6 -v
This is perl6 version 2015.10-124-g63f6fc9 built on MoarVM version
2015.10-1
# New Ticket Created by Alex Jakimenko
# Please include the string: [perl #126539]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=126539 >
Code:
class MyInt is Any is Int { }
Result:
===SORRY!===
Could not build C3 linearizat
On Mon Oct 13 21:04:38 2014, cjfields wrote:
> I'm seeing a bug with the current implementation of the nl parameter
> for IO.open. If I parse a standard FASTA file in p5 I can set the
> input line separator to "\n>", which will split records quite
> efficiently. If I try to to the same in rakudo
Hi,
On 11/02/2015 05:22 AM, Richard Hainsworth wrote:
> Dear All,
>
> I'm working on a sort of citation index of Perl6 modules. One general
> problem:
>
> There are two modules in the ecosystem, viz. io-prompt and lolsql, that
> do not have ether META.info or META6.json file.
>
> This is prob
Dear All,
I'm working on a sort of citation index of Perl6 modules. One general
problem:
There are two modules in the ecosystem, viz. io-prompt and lolsql, that
do not have ether META.info or META6.json file.
This is probably because they are old modules and worked for a
predecessor to pan
# New Ticket Created by zengargoyle
# Please include the string: [perl #126535]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=126535 >
No gist for this, simple:
17:29 < zengargoyle> m: my $x = True; while $x { FIRST { say "f
# New Ticket Created by Wenzel Peppmeyer
# Please include the string: [perl #126536]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=126536 >
say 'a' <=> 'b';
# OUTPUT«X::Multi::NoMatch exception produced no message in block
On Fri Oct 30 15:03:44 2015, elizabeth wrote:
> 22:30:53] m: class A { has $.a; method gist(A:D:) { $!a
> } }; A.gist # invocant smiley is ignored if not a multi :-(
> [22:30:54] <+camelia> rakudo-moar 4e45f0: OUTPUT«Invocant requires
> an instance of type A, but a type object was passe
11 matches
Mail list logo