🦋 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 roast: vrurg++ created pull request #849:
Add test for complex generic instantiation cases
04:52
vrurg It was supposed to be a small, well, mid-size fix... 05:01
[Coke] Mu.WHERE is documented as returning an Int, but the source method in 6.c doesn't enforce that. Any cons to adding an -->Int (or int, since it's just calling nqp::where) to that method? 19:37
Geth rakudo/main: 14 commits pushed by (Vadim Belman)++
review: github.com/rakudo/rakudo/compare/b...e68caa1b84
19:38
roast: 578a745f36 | (Vadim Belman)++ | 2 files
Add tests for complex generic instantiation cases

In support of rakudo/rakudo#5477
roast: 37e4a30f34 | (Vadim Belman)++ (committed using GitHub Web editor) | 2 files
Merge pull request #849 from vrurg/complete-generic-instantiation

Add tests for complex generic instantiation cases
linkable6 RAKUDO#5477 [closed]: github.com/rakudo/rakudo/pull/5477 Move closer to complete generics instantiation