🦋 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 Files=1351, Tests=117115, 301 wallclock secs (35.43 usr 9.97 sys + 4179.49 cusr 340.97 csys = 4565.86 CPU) 10:00
lizmat notable6: weekly 11:51
notable6 lizmat, 3 notes: gist.github.com/47a7112b3180970cb2...8a27d09ac7
lizmat notable6: weekly reset 11:54
notable6 lizmat, Moved existing notes to “weekly_2022-03-14T11:54:22Z”
|Tux| Rakudo v2022.02-109-gca2d1d6c4 (v6.d) on MoarVM 2022.02-40-g00eef67b6
csv-ip5xs0.847 - 0.860
csv-ip5xs-205.154 - 5.558
csv-parser3.456 - 4.372
csv-test-xs-200.462 - 0.575
test6.452 - 6.859
test-t1.468 - 1.505
test-t --race0.931 - 0.946
test-t-2019.824 - 19.896
test-t-20 --race6.643 - 7.217
12:58
releasable6 Next release in ≈4 days and ≈3 hours. There are no known blockers. Please log your changes in the ChangeLog: github.com/rakudo/rakudo/wiki/ChangeLog-Draft 15:00
lizmat and yet another Rakudo Weekly News hits the Net: rakudoweekly.blog/2022/03/14/2022-011-tau-2/ 15:32
Geth rakudo: 3775643395 | (Elizabeth Mattijsen)++ (committed using GitHub Web editor) | 2 files
Allow Dateish *day* parameter to be a Callable / Whatever (#4808)

When creating a Date or DateTime object, you sometimes want to specify the day from the end of the month in the given year. You can do that now by for x, similar to end-of-array indexing:
   my $date = Date.today;
... (14 more lines)
16:00
[Coke] are we consistent with * vs. *-1 when referring to the last thing? 16:07
ugexe when does * mean the last thing? 16:10
lizmat with array indexing, it means the number of elements, but arrays are 0-based 16:13
in Date.new(year,month, *), it also means the number of days in a month
but days are 1-based
[Coke] fair. 16:22
nine lizmat: nice shout out to Tau! 17:48
Xliff nine: Since you fixed 4655, I haven't had good parallel compilation data. 20:29
After the fix I needed to fix the parallel toolchain. 20:30
Getting promising numbers now.
Thanks for the fix. nine++
Geth DBIish: vrurg++ created pull request #218:
Use OCI_THREADED for when creating environment
21:57
rakudo/rakuast: 453 commits pushed by (Jonathan Worthington)++, (Moritz Lenz)++, (Elizabeth Mattijsen)++, (Timo Paulssen)++, (Brad Gilbert)++
review: github.com/rakudo/rakudo/compare/e...4f293a3497
22:24