Looking at the version numbers, 2016.04 on vs 2016.06 suggests it
might have been fixed. Can you get the later version on the Windows
box?
On 7/16/16, Josh Helzer wrote:
> # New Ticket Created by Josh Helzer
> # Please include the string: [perl #128632]
> # in the subject line of all future cor
# New Ticket Created by Andy Weidenbaum
# Please include the string: [perl #128652]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=128652 >
The process is not looking for CompUnit::Repository::Staging in the Arch Linux
tempor
The remaining issues are resolved now. Therefore, I'm closing this ticket.
I found another strange failure which dies the same way. The error happens in
S32-list/combinations.t and can be golfed down to this:
$ ./perl6-j -e 'say (1).combinations(0..1); say ().combinations'
(() (1))
Expected a native int argument for '$a'
Like my original report this happens while using
On Sat Jul 09 07:13:48 2016, jn...@jnthn.net wrote:
> On Tue Jul 05 17:51:46 2016, ug...@cpan.org wrote:
> > Note that the final decode-base64 candidate shows the correct results
> > when debugging statements are added
> >
> > This gist also shows a small change that makes it produce the correct
>
Behaviour for Moar is unchanged. The code works as expected on JVM:
$ perl6-j -e 'for 1, 2 { LAST say $_ }'
2
I added a test to S04-phasers/in-loop.t with commit
https://github.com/perl6/roast/commit/a1c52bacd3
BTW, this ticket looks related to the failing tests from
https://rt.perl.org/Ticket
There is a release candidate at
http://pl6anet.org/drop/rakudo-star-2016.07-RC0.tar.gz
S
On 16 July 2016 at 18:51, wrote:
>
> Quoting Parrot Raiser <1parr...@gmail.com>:
>
>> When's the next Rakudo* likely to be out?
>
>
> There's a serious consideration to cut a release this month, so you will
# New Ticket Created by Elizabeth Mattijsen
# Please include the string: [perl #128655]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=128655 >
m: Buf.new((my int $i = 10) +& 0xFF)
Type check failed in initializing element #0
# New Ticket Created by Lloyd Fournier
# Please include the string: [perl #128656]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=128656 >
class A { method foo { "$name(" } };
role C { method foo { } };
class B { method foo
# New Ticket Created by Lloyd Fournier
# Please include the string: [perl #128657]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=128657 >
role R { proto method foo {*} };
class A does R { multi method foo { say "A" } };
cla
10 matches
Mail list logo