[perl #127421] : multi sub infix:<==> (Int $a, Str $b) { $a == $b } hangs in COMPILE time

2016-09-17 Thread Zoffix Znet via RT
On Fri Jan 29 06:50:08 2016, pawel.pab...@getresponse.com wrote: > multi sub infix:<==> (Int $a, Str $b) { $a == $b } > > Will never finish compilation on Rakudo 6.c and causes severe memory > leak. I found that: > > 1. Types must be different in signature > (Int $a, Str $b) # hangs > (Str $a,

[perl #127421] : multi sub infix:<==> (Int $a, Str $b) { $a == $b } hangs in COMPILE time

2016-01-29 Thread via RT
# New Ticket Created by Paweł Pabian # Please include the string: [perl #127421] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=127421 > multi sub infix:<==> (Int $a, Str $b) { $a == $b } Will never finish compilation on