[perl #131654] [bug] 'does' is not threadsafe

2017-06-26 Thread jn...@jnthn.net via RT
On Sun, 25 Jun 2017 23:14:00 -0700, ben-goldb...@hotmail.com wrote: > Here's an IRC snippet showing the problem: > > m: await start { my $a = "strange"; $a does role Test { > }; } xx 16 > <+camelia> rakudo-moar 9936a3: OUTPUT: «Tried to get the result of a > broken Promise␤ in block at line 1␤

[perl #131654] [bug] 'does' is not threadsafe

2017-06-26 Thread jn...@jnthn.net via RT
On Sun, 25 Jun 2017 23:14:00 -0700, ben-goldb...@hotmail.com wrote: > Here's an IRC snippet showing the problem: > > m: await start { my $a = "strange"; $a does role Test { > }; } xx 16 > <+camelia> rakudo-moar 9936a3: OUTPUT: «Tried to get the result of a > broken Promise␤ in block at line 1␤

[perl #131654] [bug] 'does' is not threadsafe

2017-06-25 Thread via RT
# New Ticket Created by Benjamin Goldberg # Please include the string: [perl #131654] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=131654 > Here's an IRC snippet showing the problem: m: await start { my $a = "strange"; $a