... and Rakudo builds on top of nqp-j with Java 7. Rakudo also builds on
top of a nqp-j copy from a x86_64 or arm system build with Java 8 at a
x86 system with Java 8. From my linux operation system only Java 8 is
supported.
Gerd
Am Samstag, den 16.05.2015, 17:55 -0700 schrieb Jovan Trujillo:
> I
# New Ticket Created by Rob Hoelz
# Please include the string: [perl #125212]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=125212 >
Fails with the following error:
P6opaque representation can not unbox NativeCall
in metho
# New Ticket Created by Rob Hoelz
# Please include the string: [perl #125211]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=125211 >
The full error message:
===SORRY!===
Function X::Panda needs parens to avoid gobbling block
There was already a ticket for this skipped test:
https://rt.perl.org/Ticket/Display.html?id=118407
There was already a ticket for these fudged tests:
https://rt.perl.org/Ticket/Display.html?id=76490 -- that's why I'm closing this
ticket.
# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #125210]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=125210 >
lizmat++
lizmat++
++lizmat++
m: my $lizmat = 42; ++$lizmat++
rakudo-moar 550b8c: OUT
Actually, this also lead to spectest failures in S32-list/map.t and
S06-currying/named.t
I fudged the failing tests with commit
https://github.com/perl6/roast/commit/6302ae8ffa
# New Ticket Created by Christian Bartolomaeus
# Please include the string: [perl #125207]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=125207 >
< bartolin> j: say { $^a }.assuming(123)() # leads to spectest failures on
To me this looks like the same problem as
https://rt.perl.org/Ticket/Display.html?id=124279