[perl #128655] Mixup in candidates through optimizer

2016-10-04 Thread Zoffix Znet via RT
Posting on behalf of dogbert17: I believe that I have encountered the same bug under different circumstances. With the help of hackedNODE and others on #perl6 it seems as if the problem described below also suffers from the wrong multi candidate being called. In fac

Re: think I found a bug in the doc's

2016-10-04 Thread Moritz Lenz
Hi, On 04.10.2016 13:06, Francis (Grizzly) Smit wrote: > in https://docs.perl6.org/type/Int#routine_expmod > > it reads: > > > routine expmod > > multi sub expmod(Int $y,Int $mod)returns Int:D > multi method expmod(Int:D: Int $y,Int $mo

think I found a bug in the doc's

2016-10-04 Thread Francis (Grizzly) Smit
in https://docs.perl6.org/type/Int#routine_expmod it reads: routine expmod multi sub expmod(Int $y,Int $mod)returns Int:D multi method expmod(Int:D: Int $y,Int $mod)returns Int:D Returns the given |Int| raised to the |$y| power within