[perl #128421] [BUG] ≅ incorrectly handles negative numbers

2016-06-16 Thread via RT
# New Ticket Created by Zoffix Znet # Please include the string: [perl #128421] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=128421 > Filing this just to get RT# for record. I already got a fix and tests. The below should p

Re: [perl #128280] core dump while profiling with a '.race'

2016-06-16 Thread Daniel Green
Doesn't happen every time, seem to be about 1 in 5. Here are the results for two different system. This is an up-to-date Arch Linux uname -a Linux 4.5.3-1-ARCH #1 SMP PREEMPT Sat May 7 20:43:57 CEST 2016 x86_64 GNU/Linux p6 --version This is Rakudo version 2016.05-145-gac0dcdd built on MoarVM v

Re: [perl #128280] core dump while profiling with a '.race'

2016-06-16 Thread Daniel Green
Also, the Kubuntu system Rakudo was built with --gen-moar, on the Arch Linux system MoarMV, NQP, and Rakudo were all built separately with the same --prefix. On Wed, Jun 15, 2016 at 12:01 AM, Daniel Green wrote: > Doesn't happen every time, seem to be about 1 in 5. Here are the results > for two

Re: [perl #128280] core dump while profiling with a '.race'

2016-06-16 Thread Daniel Green
Also, running it ~30 times without profiling never saw a crash. On Wed, Jun 15, 2016 at 12:04 AM, Daniel Green wrote: > Also, the Kubuntu system Rakudo was built with --gen-moar, on the Arch > Linux system MoarMV, NQP, and Rakudo were all built separately with the > same --prefix. > > On Wed, Ju

[perl #128419] [BUG] throws-like uses :context CALLER:: that will break soon

2016-06-16 Thread via RT
# New Ticket Created by Zoffix Znet # Please include the string: [perl #128419] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=128419 > As per conversation with jnthn++ http://irclog.perlgeek.de/perl6-dev/2016-06-16#i_1267879

Re: [perl #128418] [RFC] Deprecate eval-dies-ok/eval-lives-ok in favour of Str arg to dies-ok/lives-ok

2016-06-16 Thread Elizabeth Mattijsen
> On 16 Jun 2016, at 13:08, Zoffix Znet (via RT) > wrote: > > # New Ticket Created by Zoffix Znet > # Please include the string: [perl #128418] > # in the subject line of all future correspondence about this issue. > # https://rt.perl.org/Ticket/Display.html?id=128418 > > > > In Test.pm6,

[perl #128418] [RFC] Deprecate eval-dies-ok/eval-lives-ok in favour of Str arg to dies-ok/lives-ok

2016-06-16 Thread via RT
# New Ticket Created by Zoffix Znet # Please include the string: [perl #128418] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=128418 > In Test.pm6, we have throws-like that takes either a Callable or a Str as the first arg.

[perl #128417] [BUG] eval-dies-ok/eval-lives-ok EVAL code in the wrong context

2016-06-16 Thread via RT
# New Ticket Created by Zoffix Znet # Please include the string: [perl #128417] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=128417 > The results of these tests should be reversed, the eval-dies-ok succeeding and eval-lives

[perl #128416] [BUG] Failure to create a ComplexStr allomorph for 1+i

2016-06-16 Thread via RT
# New Ticket Created by Zoffix Znet # Please include the string: [perl #128416] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=128416 > Since 1+i creates a Complex when used bare, it should also result in a Complex/ComplexStr

Re: [perl #128404] @list.permutations errors out if @list has a single element

2016-06-16 Thread JuhiMarcel LangbroekTimmerman
Hi, Shouldn't you do the following; add a comma to force a list (can't test it here in the pub though ;-) my @list = 1, ; marcel On June 15, 2016 05:35:46 Rob Hoelz (via RT) wrote: # New Ticket Created by Rob Hoelz # Please include the string: [perl #128404] # in the subject line of