# New Ticket Created by  "Carl Mäsak" 
# Please include the string:  [perl #122332]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org/Ticket/Display.html?id=122332 >


* zengargoyle doesn't know what [[&foo]] means. :)  so many specs skimmed...
<vendethiel> zengargoyle: reduce with the foo sub
<zengargoyle> so subs vs operator takes an extra pair of []?
<masak> m: sub foo($a, $b) { $a + $b }; say [[&foo]] 2, 3
<camelia> rakudo-moar 866817: OUTPUT«5␤»
<masak> m: sub foo($a, $b) { $a + $b }; say 2 [&foo] 3
<camelia> rakudo-moar 866817: OUTPUT«===SORRY!===␤Error while
compiling op ifnull: The 'ifnull' op expects two children␤»
* masak submits LTA rakudobug

Whatever the error message ends up being, it should probably not
mention ifnull ops and children. ;)

Reply via email to