# 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: OUTPUT«(sign
# 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 # inv
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'.
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 issue.
> # https://rt.perl.org/T
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
# 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 0.
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 = F
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. We
On Tue Jun 03 02:30:32 2014, masak wrote:
> m: month
> rakudo-moar d78b63: OUTPUT«===SORRY!=== Error while
> compiling /tmp/LaTRxwVvWtUndeclared routine:month used at line
> 1»
> m: constant m = month
> rakudo-moar d78b63: OUTPUT«===SORRY!===Cannot invoke null
> object»
> * masak subm
# 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
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 ra
11 matches
Mail list logo