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

2016-07-16 Thread via RT
# New Ticket Created by Josh Helzer # Please include the string: [perl #128632] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=128632 > Hello. On Rakudo version 2016.04 built on MoarVM version 2016.04 implementing Perl 6.c

[perl #128646] [LTA] error due to zero divisor in.polymod references CORE.setting as location of error

2016-07-16 Thread via RT
# New Ticket Created by Zoffix Znet # Please include the string: [perl #128646] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=128646 > m: say 2.Rat.polymod: 0 rakudo-moar 980f49: OUTPUT«Attempt to divide 2 by zero using

Re: [perl #128636] [BUG][PRECOMP] is cached in a precompiled module results in error

2016-07-16 Thread Lloyd Fournier
Hi Zoffix, You reported the same bug in December :P https://rt.perl.org/Public/Bug/Display.html?id=126818 (although the error message has changed). This is the compile time outer context serialization bug. FYI I've kept a list of tickets that are examples of it:

[perl #128642] Case-insensitive do not match special letters that are equivalent when .fc

2016-07-16 Thread via RT
# New Ticket Created by Zoffix Znet # Please include the string: [perl #128642] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=128642 > Unsure if this is intentional and documentation should clarify the extent of

[perl #126490] [BUG] Control exception handling is inconsistent and broken across backends. (SEGV on moar, CX unrecognized on jvm)

2016-07-16 Thread Christian Bartolomaeus via RT
I unfudged one test for this ticket in S04-statements/label.t with commit https://github.com/perl6/roast/commit/ef7b0da83d The code that used to segfault works fine now: $ perl6-m -e 'A: for 1 { for 1 { last A }; CONTROL { when CX::Last { say "last" }; default { .perl.say } } }' last $

[perl #128636] [BUG][PRECOMP] is cached in a precompiled module results in error

2016-07-16 Thread via RT
# New Ticket Created by Zoffix Znet # Please include the string: [perl #128636] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=128636 > If `no precompilation` is added to A.pm6 , the error goes away.

[perl #75646] [BUG] Null PMC access when typing a variable as ::foo in Rakudo

2016-07-16 Thread Christian Bartolomaeus via RT
The test passes again (rakudo-j). I'm closing this ticket as resolved.

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

2016-07-16 Thread zoffix
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 likely see one in the next couple of weeks. Cheers, ZZ

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

2016-07-16 Thread Parrot Raiser
When's the next Rakudo* likely to be out? It sounds as though there are some worthwhile performance enhancements in there, but I've been told not to try updating bits of the * package. On 7/16/16, zof...@zoffix.com wrote: > # Announce: Rakudo Perl 6 compiler, Release #101

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

2016-07-16 Thread zoffix
# Announce: Rakudo Perl 6 compiler, Release #101 (2016.07) On behalf of the Rakudo development team, I’m very happy to announce the July 2016 release of Rakudo Perl 6 #101. Rakudo is an implementation of Perl 6 on the Moar Virtual Machine[^1]. This release implements the 6.c version of the Perl

[perl #126493] [JVM] [GLR] expected Positional but got Seq

2016-07-16 Thread Christian Bartolomaeus via RT
Fixed with commit https://github.com/rakudo/rakudo/commit/d09ad6eaf7 The tests are passing again. I'm closing this ticket as 'resolved'.