Re: problem building nqp-j on i686

2015-05-17 Thread Gerd Pokorra
... 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

[perl #125212] Unable to call Linenoise::linenoiseSetCompletionCallback on JVM

2015-05-17 Thread via RT
# 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

[perl #125211] Error "Function X::Panda needs parens to avoid gobbling block" when running panda on JVM, but not on Moar

2015-05-17 Thread via RT
# 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

[perl #125085] Roast rakudo skip/todo test:./S11-modules/require.t line:34 reason: Trying to import from 'InnerModule', but the following symbols are missing: quux

2015-05-17 Thread Christian Bartolomaeus via RT
There was already a ticket for this skipped test: https://rt.perl.org/Ticket/Display.html?id=118407

[perl #124643] Roast rakudo skip/todo test:./S12-construction/new.t line:22 reason: 'parent attributes in initialization'

2015-05-17 Thread Christian Bartolomaeus via RT
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.

[perl #125210] [BUG] Preincrement prefix:<++> and postincrement postfix:<++> should be non-associative in Rakudo

2015-05-17 Thread Carl Mäsak
# 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

[perl #125207] [JVM] Failing tests in S06-currying/assuming-and-mmd.t

2015-05-17 Thread Christian Bartolomaeus via RT
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

[perl #125207] [JVM] Failing tests in S06-currying/assuming-and-mmd.t

2015-05-17 Thread via RT
# 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

[perl #124580] Roast rakudo skip/todo test:./S04-statements/gather.t line:205 reason: unwind

2015-05-17 Thread Christian Bartolomaeus via RT
To me this looks like the same problem as https://rt.perl.org/Ticket/Display.html?id=124279