MoarMV attempts to lock an already locked mutex

2013-12-21 Thread Nicholas Clark
With MoarMV at c506bb31535a and NQP at 9466ff0d7ac54291 (current HEADs) with this change in src/gc/collect.h -#define MVM_NURSERY_SIZE 2097152 +#define MVM_NURSERY_SIZE (1024 * 1646) MoarVM deadlocks in t/serialization/01-basic.t If I run helgrind (which I'd never tried before, so this is ne

[perl #120838] [BUG] LTA error message (on JVM) when passing something to named parameter :$b($c)

2013-12-21 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #120838] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=120838 > r: sub a (:$b) {say $b}; a(:b) # this works rakudo-parrot 1049b4, rakudo-jvm 1049b4: O

Re: Unexpected expansion of string with xx

2013-12-21 Thread Jonathan Lang
On Dec 21, 2013, at 12:00 AM, Moritz Lenz wrote: > On 12/20/2013 04:52 AM, Richard Hainsworth wrote: >> OK x not xx. >> >> The doubling of operators is confusing. > > OTOH having a single operator which two different meanings is also confusing > (and very un-perlish). Sometimes, yeah. On a r

Re: Unexpected expansion of string with xx

2013-12-21 Thread Moritz Lenz
On 12/20/2013 04:52 AM, Richard Hainsworth wrote: OK x not xx. The doubling of operators is confusing. OTOH having a single operator which two different meanings is also confusing (and very un-perlish). Cheers, Moritz