[perl #128785] Zero to the zeroeth power: Complex numbers not consistent with others.

2016-07-31 Thread via RT
# New Ticket Created by Sam S. # Please include the string: [perl #128785] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=128785 > Perl 6 agrees with pretty much all programming languages that 0**0 == 1, and does so consisten

[perl #128787] DOUBLE PARENTHESIS not recognised as parenthesis

2016-07-31 Thread via RT
# New Ticket Created by Wenzel Peppmeyer # Please include the string: [perl #128787] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=128787 > m: say Q ⸨oi!⸩ # OUTPUT«===SORRY!=== Error while compiling ␤Couldn't find terminator

[perl #128594] [SEGV] attempting to use :merge when run()ning an external command causes a core dump

2016-07-31 Thread Timo Paulssen via RT
I've unsuccessfully tried to fix this, but I've come up with an idea how an actual fix might go. When the merge flag (which I added in recent commits) gets passed to MVM_proc_spawn or MVM_proc_shell, we have to first create a new pipe on our own, then set up both stdio 1 and 2 to UV_REUSE_STREA

[perl #128794] Composing Rational results in stripped function attributes

2016-07-31 Thread via RT
# New Ticket Created by Aaron Sherman # Please include the string: [perl #128794] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=128794 > Example code: $ perl6 -e 'class NotComposed { has &.func = ~*; }; class IsRat does Rati

[perl #128795] [BUG] Smartmatch with two signatures, one of which has slurpy hash errors out

2016-07-31 Thread via RT
# New Ticket Created by Zoffix Znet # Please include the string: [perl #128795] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=128795 > m: :(*%)~~ :(); rakudo-moar 46838d: OUTPUT«Method 'type' not found for invocant of clas