[perl #128657] [BUG] multi from parent which does same role doesn't work

2016-07-17 Thread via RT
# 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" } };

[perl #128656] [LTA] unfinished postcircumfix inside quote causes awful side effects

2016-07-17 Thread via RT
# 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

[perl #128655] Mixup in candidates through optimizer

2016-07-17 Thread via RT
# 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

Re: Announce: Rakudo Perl 6 compiler, Release #101 (2016.07)

2016-07-17 Thread Steve Mynott
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

[perl #126001] Blockless LAST phaser puts Mu in the iteration variable

2016-07-17 Thread Christian Bartolomaeus via RT
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

[perl #128553] multi method cache causes Base64 regression

2016-07-17 Thread Nick Logan via RT
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 >

[perl #128123] [JVM] failing test in S03-metaops/hyper.t after change from postfix:<++> to prefix:<++>

2016-07-17 Thread Christian Bartolomaeus via RT
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

[perl #128094] [JVM] Issues with rakudo-j after merge of branch 'relocateable-precomp'

2016-07-17 Thread Christian Bartolomaeus via RT
The remaining issues are resolved now. Therefore, I'm closing this ticket.

[perl #128652] [BUG] Rakudo 2016.07 release installation error at $*REPO.install

2016-07-17 Thread via RT
# 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

Re: [perl #128632] [BUG] get freezes terminal on x64 Windows implementation

2016-07-17 Thread Parrot Raiser
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