🦋 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: ... | log inspection situation still under development | For MoarVM see #moarvm
Set by lizmat on 22 May 2021.
00:03 reportable6 left 00:06 reportable6 joined 00:29 Kaipi joined, Kaipi left
releasable6 Next release in ≈6 days and ≈15 hours. 1 blocker. Please log your changes in the ChangeLog: github.com/rakudo/rakudo/wiki/ChangeLog-Draft 03:00
04:56 squashable6 left, benchable6 left, evalable6 left, statisfiable6 left, greppable6 left, linkable6 left, notable6 left, nativecallable6 left, tellable6 left, quotable6 left, sourceable6 left, coverable6 left, unicodable6 left, releasable6 left, bloatable6 left, bisectable6 left, shareable6 left, committable6 left, reportable6 left, nativecallable6 joined, committable6 joined, tellable6 joined 04:57 coverable6 joined, shareable6 joined, notable6 joined, squashable6 joined, unicodable6 joined, sourceable6 joined 04:58 quotable6 joined, benchable6 joined, releasable6 joined 04:59 statisfiable6 joined, evalable6 joined, bisectable6 joined, bloatable6 joined, greppable6 joined, linkable6 joined, reportable6 joined 05:33 squashable6 left 05:34 squashable6 joined 06:02 reportable6 left 06:04 reportable6 joined 06:20 frost joined 07:03 frost left 07:09 frost joined 08:09 coverable6 left, unicodable6 left, sourceable6 left, benchable6 left, squashable6 left, tellable6 left, greppable6 left, bisectable6 left, quotable6 left, linkable6 left, nativecallable6 left, notable6 left, shareable6 left, statisfiable6 left, evalable6 left, committable6 left, releasable6 left, bloatable6 left, reportable6 left, releasable6 joined, statisfiable6 joined, sourceable6 joined 08:10 unicodable6 joined, notable6 joined, evalable6 joined, shareable6 joined, committable6 joined 08:11 quotable6 joined, bisectable6 joined, reportable6 joined, nativecallable6 joined, linkable6 joined, greppable6 joined, squashable6 joined, tellable6 joined, benchable6 joined 08:12 bloatable6 joined, coverable6 joined 09:04 MasterDuke34 left 09:11 MasterDuke joined 09:19 MasterDuke left 09:29 MasterDuke joined
Geth rakudo: 750c5d04a9 | (Elizabeth Mattijsen)++ | src/core.c/Mu.pm6
Make Mu eqv Mu work

Previously, this would just throw because of an Any / Any signature in the proto
12:01
roast: d63680ba4d | (Elizabeth Mattijsen)++ | S03-operators/eqv.t
Add tests for Mu eqv Mu
12:02
12:03 reportable6 left 12:05 reportable6 joined 13:34 b2gills left 14:56 frost left 14:57 b2gills joined 17:49 evalable6 left, linkable6 left, evalable6 joined 17:50 linkable6 joined 18:03 reportable6 left 18:04 reportable6 joined 19:01 squashable6 left 19:02 squashable6 joined 19:27 Xliff joined 20:08 linkable6 left 20:11 linkable6 joined 21:03 Xliff_ joined 21:04 AlexDaniel left 21:05 Xliff left, MasterDuke left 21:06 AlexDaniel joined, Xliff joined 21:09 samcv_ joined 21:11 sivoais_ joined 21:12 bartolin_ joined, Xliff_ left, gfldex_ joined 21:14 jjatria_ joined, linkable6 left, unicodable6 left, squashable6 left, benchable6 left, tellable6 left, notable6 left, LizBot left, jjatria left, bisectable6 left, quotable6 left, committable6 left, shareable6 left, samcv left, gfldex left, bartolin left, sivoais left, cognominal_ left 21:15 jjatria_ is now known as jjatria 21:16 Xliff_ joined 21:17 vrurg_ joined 21:18 cognominal joined, samcv joined 21:19 SmokeMachine left, leont left, vrurg left, moon-child left, childlikempress joined 21:20 SmokeMachine joined 21:21 leont joined 21:22 tonyo left 21:23 gfldex_ is now known as gfldex 21:24 jdv left, samcv_ left, Xliff left, jdv joined 21:25 vrurg_ is now known as vrurg, tonyo joined 21:30 raydiak left 21:49 MasterDuke joined, childlikempress is now known as moon-child 21:57 sivoais_ left, sivoais joined 22:07 committable6 joined, squashable6 joined, bisectable6 joined, tellable6 joined, benchable6 joined 22:08 quotable6 joined, notable6 joined 22:09 unicodable6 joined, linkable6 joined 22:13 shareable6 joined
lizmat m: my Int:D @a; @a[2] = 42; dd @a # legal 22:38
camelia Array[Int:D] @a = Array[Int:D].new(Int:D, Int:D, 42)
lizmat m: my Int:D @a = Nil, Nil, 42; dd @a # not legal
camelia Type check failed in assignment to @a; expected Int:D but got Int (Int) (perhaps Nil was assigned to a :D which had no default?)
in block <unit> at <tmp> line 1
lizmat assigning Nil is supposed to return an element to its pristine state 22:39
yet we disallow it ?
in this case I mean?
vrurg lizmat: You don't have a definite default for @a. 22:50
m: my Int:D @a is default(42) = Nil, Nil, 13; say @a 22:51
camelia [42 42 13]
22:59 Xliff_ is now known as Xliff
releasable6 Next release in ≈5 days and ≈19 hours. 1 blocker. Please log your changes in the ChangeLog: github.com/rakudo/rakudo/wiki/ChangeLog-Draft 23:00
23:59 linkable6 left, evalable6 left, releasable6 left