🦋 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: 63d03eb899 | (Elizabeth Mattijsen)++ | 3 files
Make (1,2,3,4,1,2).QuantHash>>-- work

Spotted in github.com/rakudo/rakudo/issues/5057 .
The above basically runs QuantHash.new(1,2,3,4,1,2).deepmap(&postfix:<-->)
The problem was caused by there being an Associative candidate ... (22 more lines)
19:14
Geth roast: c1ef7845b6 | (Elizabeth Mattijsen)++ | 6 files
Add tests for #5057

Aka, github.com/rakudo/rakudo/commit/63d03eb899
19:36