[perl #126541] Expose native file descriptor for handle like objects.

2015-11-02 Thread via RT
# 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

[perl #125817] chr(999999999999999999999999999) – chr codepoint cannot be negative (LTA)

2015-11-02 Thread Will Coleda via RT
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

[perl #125927] नि -- a grapheme cluster boundary algo problem (CCC = 0 can be a valid combiner?)

2015-11-02 Thread Will Coleda via RT
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

[perl #126540] [BUG] &prefix: is misparsed when smartmatching inside WhateverCode

2015-11-02 Thread via RT
# 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

[perl #126539] LTA error message about C3 linearization (no line number)

2015-11-02 Thread via RT
# 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

[perl #122971] Problems with record sep in Rakudo.

2015-11-02 Thread jn...@jnthn.net via RT
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

Re: Ecosystem problems

2015-11-02 Thread Moritz Lenz
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

Ecosystem problems

2015-11-02 Thread Richard Hainsworth
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

[perl #126535] [BUG] - FIRST phaser not firing in while loop

2015-11-02 Thread via RT
# 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

[perl #126536] error message borked for infix:<< <=> >> and numeric coersion

2015-11-02 Thread via RT
# 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

[perl #126506] signature in only method issues

2015-11-02 Thread jn...@jnthn.net via RT
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