Re: [perl #132042] [BUG] rakudo hangs while concurrently walking trees

2017-09-06 Thread J . David Lowe via RT
> On Sep 6, 2017, at 1:57 PM, Elizabeth Mattijsen via RT > wrote: > > >> On 6 Sep 2017, at 22:46, J . David Lowe (via RT) >> wrote: >> >> # New Ticket Created by J . David Lowe >> # Please include the string: [perl #132042] >> # in the

Re: [perl #131983] [BUG] mixin thread safety

2017-08-29 Thread J . David Lowe via RT
Agreed. In that case, the threads are just racing to observe a mutating value while it's in the "expected" state. I will add my voice to the chorus calling for either making roles into closures, or producing a compile-time warning or error. It's tempting to use roles to "monkey patch", and woul