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

2015-10-30 Thread Nicholas Clark
On Thu, Oct 29, 2015 at 07:41:06PM +, Nicholas Clark wrote: > On Thu, Oct 29, 2015 at 09:22:30AM -0700, Pepe Schwarz wrote: > > > The same code on R-M segfaults: > > > > 16:15 m: A: for 1 { for 1 { last A }; CONTROL { when CX::Last { say > > "last" }; default { .perl.say } } } > > 16:15

[perl #124655] Roast rakudo skip/todo test:./S06-advanced/wrap.t line:203 reason: control operator crossed continuation barrier

2015-10-30 Thread Christian Bartolomaeus via RT
The test in question passes now on JVM. I unfudged the test with commit https://github.com/perl6/roast/commit/3235bf1466 I'm closing this ticket as 'resolved'.

[perl #126494] [BUG] for lines() Hangs on 2 or More Files

2015-10-30 Thread via RT
# New Ticket Created by d...@veritablesoftware.com # Please include the string: [perl #126494] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=126494 > Perl 6 Version: This is perl6 version 2015.10-49-ga333147 built on MoarVM

[perl #126508] [BUG] segfault on multi sub named cross

2015-10-30 Thread via RT
# New Ticket Created by # Please include the string: [perl #126508] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=126508 > 22:35:18* raydiak | m: multi sub cross () {} 22:35:19 +camelia | rakudo-moar 36c4c6:

[perl #123969] NullPointerException on jvm for same CStruct in CStruct

2015-10-30 Thread Will Coleda via RT
On Tue Jun 30 13:41:37 2015, barto...@gmx.de wrote: > On Mon Jun 29 14:21:31 2015, barto...@gmx.de wrote: > > Unfortunatly, another NullPointerException surfaces when looking at > > the newly created $a: > > > > $ perl6-j -e 'class Foo is repr { has int32 $.idontcare; has > > Foo $.bar }; my $a =

[perl #122022] [BUG] LTA error message when referring to nonexistent symbol in constant declaration in Rakudo (Moar, JVM)

2015-10-30 Thread Will Coleda via RT
On Tue Jun 03 02:30:32 2014, masak wrote: > m: month > rakudo-moar d78b63: OUTPUT«===SORRY!=== Error while > compiling /tmp/LaTRxwVvWt␤Undeclared routine:␤month used at line > 1␤␤» > m: constant m = month > rakudo-moar d78b63: OUTPUT«===SORRY!===␤Cannot invoke null > object␤» > * masak

[perl #123434] Bug in MoarVM vs JVM targets

2015-10-30 Thread Will Coleda via RT
On Mon Dec 15 03:50:26 2014, r...@bastic.net wrote: > Hi, > > please see github.com/rbastic/CounterMutexSingleton > > This code crashes consistently on the latest MoarVM on Mac OS X 10.9.5 > > It does not crash with the JVM. > > ab5tract has also helped to work on this and reproduce it FWIW.

[perl #126506] signature in only method issues

2015-10-30 Thread via RT
# New Ticket Created by Elizabeth Mattijsen # Please include the string: [perl #126506] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=126506 > 22:30:53] m: class A { has $.a; method gist(A:D:) { $!a } }; A.gist #

[perl #126503] LTA error message when trying to use negative index: [4, 8, 15, 16, 23][* - 42]

2015-10-30 Thread via RT
# New Ticket Created by Alex Jakimenko # Please include the string: [perl #126503] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=126503 > Code: [4, 8, 15, 16, 23][* - 42]; Result: Index out of range. Is: -37, should be in

[perl #123969] NullPointerException on jvm for same CStruct in CStruct

2015-10-30 Thread Christian Bartolomaeus via RT
Hmm, actually the second NPE is still there: $ perl6-j -e 'class Foo is repr { has int32 $.idontcare; has Foo $.bar }; my $a = Foo.new; say $a.bar' java.lang.NullPointerException in block at -e:1

Re: [perl #126503] LTA error message when trying to use negative index: [4, 8, 15, 16, 23][* - 42]

2015-10-30 Thread Elizabeth Mattijsen
Fixed with b8557900cd896b8baf , tests needed > On 30 Oct 2015, at 20:19, Alex Jakimenko (via RT) > wrote: > > # New Ticket Created by Alex Jakimenko > # Please include the string: [perl #126503] > # in the subject line of all future correspondence about this