[perl #125938] Numbers: 2**10000000000 and 1/(2**10000)

2016-03-20 Thread Will Coleda via RT
On Sat Aug 29 01:59:19 2015, chr...@gmail.com wrote: > 2**100 and 1/(2**1) both silently return 0. > > $ perl6 --version > This is perl6 version 2015.07.1-177-g5fb81ff built on MoarVM version > 2015.07-68-g3240047 > > Christian. I get slightly different behavior: $ perl6 -e 'say 2**

[perl #127748] Newbie code segfaults

2016-03-20 Thread via RT
# New Ticket Created by Elizabeth Mattijsen # Please include the string: [perl #127748] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=127748 > == my $a = 14; while (True) { my $z = (2..13).first(->

[perl #127750] Intermittent failure on t/04-nativecall/13-union.t

2016-03-20 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #127750] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=127750 > Test Summary Report --- t/04-nativecall/13-union.t (Wstat: 652

[perl #127736] [META] Issues blocking 2016.03 release

2016-03-20 Thread Will Coleda via RT
Note that there is an issue actually blocking the 2016.03 release at this time. -- Will "Coke" Coleda

[perl #127750] Intermittent failure on t/04-nativecall/13-union.t

2016-03-20 Thread Tobias Leich via RT
Hi, can I get verbose output please?

[perl #127750] Intermittent failure on t/04-nativecall/13-union.t

2016-03-20 Thread Will Coleda via RT
$ prove -v -e ./perl6 t/04-nativecall/13-union.t t/04-nativecall/13-union.t .. 1..28 ok 1 - sizeof union is sizeof biggest member ok 2 - sizeof(MyStruct) ok 3 - getting long ok 4 - getting num ok 5 - getting int8 ok 6 - getting num32 ok 7 - getting long from C-created struct ok 8 - getting num from

Re: [perl #127750] Intermittent failure on t/04-nativecall/13-union.t

2016-03-20 Thread Elizabeth Mattijsen
> On 20 Mar 2016, at 19:17, Will Coleda (via RT) > wrote: > > # New Ticket Created by Will Coleda > # Please include the string: [perl #127750] > # in the subject line of all future correspondence about this issue. > # https://rt.perl.org/Ticket/Display.html?id=127750 > > > > Test Summary

Re: [perl #127748] Newbie code segfaults

2016-03-20 Thread Elizabeth Mattijsen
> On 20 Mar 2016, at 14:39, Elizabeth Mattijsen (via RT) > wrote: > > # New Ticket Created by Elizabeth Mattijsen > # Please include the string: [perl #127748] > # in the subject line of all future correspondence about this issue. > # https://rt.perl.org/Ticket/Display.html?id=127748 > > >

[perl #127750] Intermittent failure on t/04-nativecall/13-union.t

2016-03-20 Thread Will Coleda via RT
On Sun Mar 20 15:03:37 2016, elizabeth wrote: > > On 20 Mar 2016, at 19:17, Will Coleda (via RT) > follo...@perl.org> wrote: > > > > # New Ticket Created by Will Coleda > > # Please include the string: [perl #127750] > > # in the subject line of all future correspondence about this issue. > > #