🦋 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.
lizmat bisectable6: old=2020.01 my Str(Int) $a := 42; dd $a.^name 10:29
bisectable6 lizmat, Bisecting by exit code (old=2020.01 new=6dc2f92). Old exit code: 1
lizmat, bisect log: gist.github.com/1882c62cd9c3393763...d32852ee82
lizmat, (2020-11-15) github.com/rakudo/rakudo/commit/f2...e8f9076d6e
AlexDaniel m: say +<0xf.8*:2[1,0]**0b11/0o200+2.0e2i> 10:33
camelia 0.96875+200i
AlexDaniel old news, just wondered if it still works
|Tux| Rakudo v2022.06-33-g6dc2f92c9 (v6.d) on MoarVM 2022.06-6-gc315523ab
csv-ip5xs0.873 - 0.943
csv-ip5xs-205.203 - 5.520
csv-parser3.456 - 3.735
csv-test-xs-200.397 - 0.413
test6.457 - 7.235
test-t1.512 - 1.537
test-t --race0.841 - 0.937
test-t-2021.239 - 21.627
test-t-20 --race6.536 - 8.083
10:52
Geth rakudo: af31b1df89 | (Elizabeth Mattijsen)++ (committed using GitHub Web editor) | 11 files
Add sub version of .head / .skip / .tail (#4973)

As requested in github.com/Raku/problem-solving/issues/328
There is one biggish issue with this, as the sub "skip" clashes with the "skip" sub as exported by Test. Fixed this by giving the version of "skip" from Test its own proto.
Since we added 3 more subs to the core, these tests all needed to be adapted as well.
11:02
Geth problem-solving: 18890dc9f4 | (Elizabeth Mattijsen)++ (committed using GitHub Web editor) | solutions/language/Add-head-skip-tail-subs.md
Add solution for #328 (#329)

  github.com/rakudo/rakudo/commit/af31b1df89 made this change.
11:04
lizmat weekly: stackoverflow.blog/2022/07/06/why-...nt-3083485 14:09
notable6 lizmat, Noted! (weekly)
Geth roast: a9b682fd09 | (Elizabeth Mattijsen)++ | S32-list/tail.t
Add tests for sub version of tail

And make sure we use more precise "is-deeply" in tests, and add some tests for .tail on empty iterables.
14:17
Geth roast: c69507a2c8 | (Elizabeth Mattijsen)++ | S32-list/skip.t
Add tests for sub version of skip

And make sure we use more precise "is-deeply" in tests
14:48
Geth roast: d9957a47aa | (Elizabeth Mattijsen)++ | S32-list/head.t
Add tests for sub version of head

And make sure we use more precise "is-deeply" in tests, and add some tests for .head on empty iterables.
18:44
Geth rakudo/lizmat-span: 9153a41c7e | (Elizabeth Mattijsen)++ | 4 files
Add the Supply equivalent of snip()
20:00