You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A WhateverCode detached map or a &sub undetached map works fine:
m: ^2 .map: *.say
rakudo-moar 86e7b2: OUTPUT: «01»
m: (^2).map: &say
rakudo-moar 86e7b2: OUTPUT: «01»
But explodes if you try to both detache and use the &sub map:
m: ^2 .map: &say
rakudo-moar 86e7b2: OUTPUT: «===SORRY!===Cannot find method 'count' on object of type NQPMu»
On Thu, 22 Jun 2017 05:25:08 -0700, cpan@zoffix.com wrote:
A WhateverCode detached map or a &sub undetached map works fine:
m: ^2 .map: *.say
rakudo-moar 86e7b2: OUTPUT: «01»
m: (^2).map: &say
rakudo-moar 86e7b2: OUTPUT: «01»
But explodes if you try to both detache and use the &sub map:
m: ^2 .map: &say
rakudo-moar 86e7b2: OUTPUT: «===SORRY!===Cannot find method
'count' on object of type NQPMu»
On 2018-03-10 16:40:40, jan-olof.hendig@bredband.net wrote:
On Thu, 22 Jun 2017 05:25:08 -0700, cpan@zoffix.com wrote:
A WhateverCode detached map or a &sub undetached map works fine:
m: ^2 .map: *.say
rakudo-moar 86e7b2: OUTPUT: «01»
m: (^2).map: &say
rakudo-moar 86e7b2: OUTPUT: «01»
But explodes if you try to both detache and use the &sub map:
m: ^2 .map: &say
rakudo-moar 86e7b2: OUTPUT: «===SORRY!===Cannot find method
'count' on object of type NQPMu»
Migrated from rt.perl.org#131623 (status was 'resolved')
Searchable as RT131623$
The text was updated successfully, but these errors were encountered: