[perl #128580] [JVM] wrong multi method comb selected after module loading

2017-12-12 Thread Christian Bartolomaeus via RT
There was indeed something wrong with the multi cache on the JVM backend. Fixed with https://github.com/perl6/nqp/commit/7eaebf5abd I'm closing this ticket as 'resolved'.

[perl #128580] [JVM] wrong multi method comb selected after module loading

2016-07-09 Thread Christian Bartolomaeus via RT
On Fri Jul 08 14:57:11 2016, elizabeth wrote: > Have you tried with MVM_SPESH_DISABLE=1 and friends? This only happens on JVM, so there aren't many of those friends, are there? :-) At least I tried now with 'optimize=0' and got the same error. I also tried 'RAKUDO_MODULE_DEBUG=1' but didn't some

Re: [perl #128580] [JVM] wrong multi method comb selected after module loading

2016-07-08 Thread Elizabeth Mattijsen
Have you tried with MVM_SPESH_DISABLE=1 and friends? > On 08 Jul 2016, at 22:56, Christian Bartolomaeus (via RT) > wrote: > > # New Ticket Created by Christian Bartolomaeus > # Please include the string: [perl #128580] > # in the subject line of all future correspondence about this issue.

[perl #128580] [JVM] wrong multi method comb selected after module loading

2016-07-08 Thread via RT
# New Ticket Created by Christian Bartolomaeus # Please include the string: [perl #128580] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=128580 > Currently there is a weird error while running S32-str/comb.t on rakudo-j. For