🦋 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: 94f3028e04 | (Vadim Belman)++ | src/Perl6/Actions.nqp
Fix role parameterization over generics

When parameterization is taking place over a generic it must be done at run-time.
Make the following code work as expected:
... (6 more lines)
00:34
rakudo: 0432dbdd32 | (Vadim Belman)++ (committed using GitHub Web editor) | src/Perl6/Actions.nqp
Merge pull request #5044 from vrurg/generic-parameterization-lookup

Fix role parameterization over generics
roast: 161a6010e0 | (Vadim Belman)++ | S14-roles/parameterized-type.t
Add a test for role parameterization of generics

In support of rakudo/rakudo#5044
roast: a95e5a9f8a | (Vadim Belman)++ (committed using GitHub Web editor) | S14-roles/parameterized-type.t
Merge pull request #818 from vrurg/generic-parameterization-lookup

Add a test for role parameterization of generics
Geth rakudo: vrurg++ created pull request #5046:
Get job done well for coercive nominalizeables
00:41
roast: vrurg++ created pull request #819:
Add tests for coercive parameters
00:42
rakudo: 9e18b391b6 | (Vadim Belman)++ | 2 files
Get job done well for coercive nominalizeables

In two edge cases where the compiler deals with coercions `target_type` was used without ensuring that the coercive type is actually a
  `Metamodel::CoercionHOW`.
02:02
rakudo: 5a6344fc6d | (Vadim Belman)++ (committed using GitHub Web editor) | 2 files
Merge pull request #5046 from vrurg/subset-over-coercion

Get job done well for coercive nominalizeables
roast: c79891b6da | (Vadim Belman)++ | S12-coercion/coercion-types.t
Add tests for coercive parameters

Cover edge cases fixed with rakudo/rakudo#5046
roast: 9c0764cbdf | (Vadim Belman)++ (committed using GitHub Web editor) | S12-coercion/coercion-types.t
Merge pull request #819 from vrurg/subset-over-coercion

Add tests for coercive parameters
Xliff m 02:51
m: role A[::T] { method a { A[T] } }; A[Int].a ~~ A[Int]
camelia ( no output )
Xliff m: role A[::T] { method a { A[T] } }; say A[Int].a ~~ A[Int]
camelia True 02:52
japhb Inline::Perl5 won't install on latest Rakudo. :-( 15:52
2022.07-27-g5a6344fc6 to be precise. 15:53
lizmat indeed... nine promised they'd do a new release of Inline::Perl5 before the next release 15:54