🦋 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.
lizmat notable6: weekly 09:55
notable6 lizmat, 1 note: 2021-07-04T23:46:54Z <melezhik>: www.reddit.com/r/rakulang/comments..._and_raku/
lizmat notable6: weekly reset 10:18
notable6 lizmat, Moved existing notes to “weekly_2021-07-05T10:18:44Z”
|Tux| Rakudo v2021.06-35-g2542a0ac4 (v6.d) on MoarVM 2021.06-6-g6977d0591
csv-ip5xs0.856 - 0.885
csv-ip5xs-208.794 - 9.082
csv-parser28.694 - 29.788
csv-test-xs-200.377 - 0.383
test8.113 - 8.299
test-t2.070 - 2.118
test-t --race0.962 - 0.983
test-t-2035.440 - 36.058
test-t-20 --race10.570 - 10.895
10:35
lizmat and yet another Rakudo Weekly News hits the Net: rakudoweekly.blog/2021/07/05/2021-...essing-up/ 10:59
sena_kun lizmat++ # thanks for your continuous work! 11:02
tbrowder lizmat++ i second sena_kun's comment, many thanks! 14:35
Geth rakudo/tbrowder-patch-1: 68de900383 | (Tom Browder)++ (committed using GitHub Web editor) | docs/language_versions.md
Update language_versions.md

Start a mini-HOWTO on handling future versions
16:18
rakudo: tbrowder++ created pull request #4439:
Update language_versions.md
Geth rakudo/tbrowder-patch-1: 7c88a94852 | (Tom Browder)++ (committed using GitHub Web editor) | docs/language_versions.md
Update language_versions.md
18:07
gfldex lizmat: we got `.take` but not `.next`. Is that intentional? (.&next works but looks out of place to my eyes) 20:56
m: my \l = lazy for ^100 { .&next if .is-prime } 20:57
camelia ( no output )
ugexe i hope we dont add a .next 20:59
Geth rakudo: a4a46e3c58 | (Patrick Böker)++ | 5 files
Fix binary release set-env.* scripts with space in path

Paths with a space need quoting.
21:43
rakudo: 6b186020a9 | (Patrick Böker)++ (committed using GitHub Web editor) | 5 files
Merge pull request #4422 from patrickbkr/fix-4419

Fix binary release set-env.* scripts with space in path
lizmat gfldex: if we add .next, we would also need to add .last 23:49