🦋 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: vrurg++ created pull request #5048:
Make generics work with return type in signature
01:15
Geth roast: vrurg++ created pull request #820:
Add tests for type captures used in signature return
02:22
rakudo: a302194442 | (Vadim Belman)++ | 4 files
Make generics work with return type in signature

Code return type can now use a type capture and its derivatives. E.g., the following will now work as expected:
   sub foo(::T, $a --> T) { $a }
  `T` can be used in combination with smiley typing and coercion.
A couple of linked problems has been resolved too.
02:54
rakudo: 47c35cab9c | (Vadim Belman)++ | 2 files
Make dispatcher know about generic return type

Add guarding over the return type if it has been produced from a type capture.
rakudo: 71f5c50bed | (Vadim Belman)++ (committed using GitHub Web editor) | 5 files
Merge pull request #5048 from vrurg/generics-in-return

Make generics work with return type in signature
roast: eedaf1471a | (Vadim Belman)++ | S06-signature/type-capture.t
Add tests for type captures used in signature return

In support of github.com/rakudo/rakudo/pull/5048
roast: 54e006128d | (Vadim Belman)++ (committed using GitHub Web editor) | S06-signature/type-capture.t
Merge pull request #820 from vrurg/generics-in-return

Add tests for type captures used in signature return
[Tux] Rakudo v2022.07-30-g71f5c50be (v6.d) on MoarVM 2022.07-3-g9bc1beed7
csv-ip5xs0.791 - 0.799
csv-ip5xs-205.115 - 5.115
csv-parser3.465 - 3.518
csv-test-xs-200.415 - 0.446
test6.540 - 6.740
test-t1.390 - 1.422
test-t --race0.857 - 0.909
test-t-2020.372 - 21.270
test-t-20 --race6.833 - 7.149
10:45