🦋 Welcome to the IRC channel of the core developers of the Raku Programming Language (raku.org #rakulang). This channel is logged for the purpose of history keeping about its development | evalbot usage: 'm: say 3;' or /msg camelia m: ... | Logs available at irclogs.raku.org/raku-dev/live.html | For MoarVM see #moarvm
Set by lizmat on 8 June 2022.
Geth rakudo: 29eadbb29f | (Elizabeth Mattijsen)++ | src/Perl6/Actions.nqp
Feeds require .append to work, not .push

This is probably a remnant from before the GLR, which then codified the semantices of "push". And those were not the ones needed for feeds: that was "append".
Spotted in github.com/rakudo/rakudo/issues/5061 by Nemokosch
13:22
Geth rakudo: 2070ceebbd | (Elizabeth Mattijsen)++ | src/Perl6/Actions.nqp
Make feed error message more comprehensible

As discussed in github.com/rakudo/rakudo/issues/5061 :
   % raku -e 'my @array[3,3] <== [0..8]'
   ===SORRY!=== Error while compiling -e
   Cannot feed into shaped arrays, as one cannot '.append' to them.
... (9 more lines)
14:14