🦋 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.
00:07 reportable6 left 00:10 reportable6 joined 01:06 maettu joined 02:06 nativecallable6 left, benchable6 left, evalable6 left, sourceable6 left, shareable6 left, tellable6 left, releasable6 left, notable6 left, bisectable6 left, linkable6 left, coverable6 left, unicodable6 left, quotable6 left, bloatable6 left, reportable6 left, committable6 left, statisfiable6 left, greppable6 left, benchable6 joined, linkable6 joined 02:07 statisfiable6 joined, committable6 joined, greppable6 joined 02:08 notable6 joined, reportable6 joined, tellable6 joined, quotable6 joined, shareable6 joined, releasable6 joined, bisectable6 joined 02:09 nativecallable6 joined, unicodable6 joined, coverable6 joined, evalable6 joined, sourceable6 joined, bloatable6 joined
Geth__ rakudo: vrurg++ created pull request #4982:
Fix a regression where coercing into a role didn't work
03:01
03:09 evalable6 left, linkable6 left 03:11 linkable6 joined 03:12 evalable6 joined 04:00 vrurg joined, vrurg_ left 06:08 reportable6 left 06:10 reportable6 joined 06:13 frost joined 08:46 evalable6 left, linkable6 left 08:47 evalable6 joined 08:49 linkable6 joined 09:15 sena_kun left 09:17 sena_kun joined 10:04 Altai-man joined 11:04 nativecallable6 left, bloatable6 left, committable6 left, evalable6 left, linkable6 left, unicodable6 left, bisectable6 left, notable6 left, statisfiable6 left, sourceable6 left, shareable6 left, tellable6 left, benchable6 left, coverable6 left, greppable6 left, reportable6 left, quotable6 left, releasable6 left, benchable6 joined, greppable6 joined 11:05 reportable6 joined, notable6 joined, sourceable6 joined, statisfiable6 joined, bloatable6 joined 11:06 unicodable6 joined, committable6 joined, nativecallable6 joined, releasable6 joined, coverable6 joined, evalable6 joined, quotable6 joined, linkable6 joined 11:07 bisectable6 joined, tellable6 joined, shareable6 joined 12:08 reportable6 left, reportable6 joined
Geth__ roast: vrurg++ created pull request #815:
Test for coercion regression on roles.
13:44
rakudo: 0e09a287dd | (Vadim Belman)++ | src/vm/moar/dispatchers.nqp
Fix a regression where coercing into a role didn't work

Multi-dispatch failure due to attempt of dispatching over a non-puned role.
rakudo: 7e300e615e | (Vadim Belman)++ (committed using GitHub Web editor) | src/vm/moar/dispatchers.nqp
Merge pull request #4982 from vrurg/fix-nominalizable-coercion-regression

Fix a regression where coercing into a role didn't work
roast: 415ddd74e2 | (Vadim Belman)++ | S12-coercion/coercion-methods.t
Test for coercion regression on roles.

In support of rakudo/rakudo#4982.
13:45
roast: dc9e863076 | (Vadim Belman)++ (committed using GitHub Web editor) | S12-coercion/coercion-methods.t
Merge pull request #815 from vrurg/fix-nominalizable-coercion-regression

Test for coercion regression on roles.
13:46 linkable6 left 13:48 linkable6 joined 14:03 frost left 14:13 melezhik joined 14:21 sena_kun_ joined 14:25 Altai-man left 14:35 frost joined 14:59 frost left 15:08 vrurg_ joined 15:10 vrurg left 15:11 frost joined 15:44 frost left 16:20 melezhik left 16:47 Geth__ left 16:48 Geth joined 17:03 dogbert17 left 17:14 melezhik joined 17:15 sena_kun_ left 17:27 Kaiepi left 17:57 melezhik left 18:08 reportable6 left 18:09 reportable6 joined, melezhik joined 18:24 melezhik left
SmokeMachine m: my &bla := -> $a, $b, $c {}; for ^2 { say &bla.id; &bla.assuming: 1} # should `assuming` change the id of a block??? It seems a bug to me... 18:43
camelia 3296665787288
3296521902032
SmokeMachine m: my &bla := -> $a, $b, $c {}; for ^2 { say &bla.WHERE; &bla.assuming: 1} # it also changes .WHERE 18:44
camelia 3976344295928
3976200476568
SmokeMachine m: my &bla := -> $a, $b, $c {}; for ^4 { say &bla.id; &bla.assuming: 1} 18:45
camelia 2571420220272
2571276408912
2571276408912
2571341715384
SmokeMachine the 2nd and the third are the same... odd... 18:46
m: my &bla := -> $a, $b, $c {}; say bag ^50 .map: { my $id = &bla.id; &bla.assuming: 1; $id} # that's odd... 18:48
camelia Bag(2522488264616(2) 2522553600408(47) 2522631284480)
19:11 melezhik joined 19:28 melezhik left 20:40 Kaiepi joined 21:18 japhb left 21:20 japhb joined
SmokeMachine Is that 👆a bug? 21:39
22:24 sena_kun left 23:24 evalable6 left, linkable6 left 23:26 linkable6 joined, evalable6 joined
vrurg_ SmokeMachine: if I get the code right, I'd be surprised with the existence of the two identical IDs. 23:41