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**
# 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(->
# 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
Note that there is an issue actually blocking the 2016.03 release at this time.
--
Will "Coke" Coleda
Hi, can I get verbose output please?
$ 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
> 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
> 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 >
>
>
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.
> > #