[perl #129834] [BUG] Supply/Supplier bug

2016-10-08 Thread via RT
# New Ticket Created by 刘刊 # Please include the string: [perl #129834] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=129834 > Sporadic behavior as below is observed when the following code is executed. Basically it is a situ

Re: [perl #129829] .pick on large ranges returns binary-sparse result

2016-10-08 Thread Timo Paulssen
Apparently libtommath is known to leave some bits 0 when specific conditions for the defines are met; i haven't looked but i suspect we are hitting exactly this problem: https://github.com/libtom/libtommath/pull/56 not sure why it's been quiet since april.

[perl #129832] [BUG] t/spec/S17-supply/start.t sometimes generates invalid reads under valgrind

2016-10-08 Thread via RT
# New Ticket Created by Jan-Olof Hendig # Please include the string: [perl #129832] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=129832 > On every ~5 runs under valgrind t/spec/S17-supply/start.t generates a bunch of invalid

Re: [perl #129829] .pick on large ranges returns binary-sparse result

2016-10-08 Thread Elizabeth Mattijsen
> On 07 Oct 2016, at 21:28, Patrick R. Michaud wrote: > > On Fri, Oct 07, 2016 at 12:18:43PM -0700, Aaron Sherman wrote: >> [15:12] m: say ((2**80) ..^ (2**81)).pick.base(2) >> [15:12] <+camelia> rakudo-moar 605f27: >> OUTPUT«1000111011001001100100010101101011

Re: [perl #129829] .pick on large ranges returns binary-sparse result

2016-10-08 Thread Elizabeth Mattijsen
> On 07 Oct 2016, at 21:28, Patrick R. Michaud wrote: > > On Fri, Oct 07, 2016 at 12:18:43PM -0700, Aaron Sherman wrote: >> [15:12] m: say ((2**80) ..^ (2**81)).pick.base(2) >> [15:12] <+camelia> rakudo-moar 605f27: >> OUTPUT«100011101100100110010001010110101

Re: [perl #129829] .pick on large ranges returns binary-sparse result

2016-10-08 Thread Elizabeth Mattijsen
> On 07 Oct 2016, at 21:28, Patrick R. Michaud wrote: > > On Fri, Oct 07, 2016 at 12:18:43PM -0700, Aaron Sherman wrote: >> [15:12] m: say ((2**80) ..^ (2**81)).pick.base(2) >> [15:12] <+camelia> rakudo-moar 605f27: >> OUTPUT«100011101100100110010001010110101

[perl #129831] [NATIVECALL][BUG] Cannot pass the role instance to the C-side function as an argument

2016-10-08 Thread via RT
# New Ticket Created by Itsuki Toyota # Please include the string: [perl #129831] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=129831 > See the following results: * codes * t/03-role.c #include