🦋 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=117097, 288 wallclock secs (34.95 usr 9.71 sys + 4020.22 cusr 336.38 csys = 4401.26 CPU) 09:22
Geth Math-Trig/main: 79f57a0c5b | (Elizabeth Mattijsen)++ | 16 files
First commit in zef ecosystem
10:23
Math-Trig/main: 8e7e78b3fa | (Elizabeth Mattijsen)++ | 2 files
0.0.3
10:25
HexDump-Tiny/main: 14 commits pushed by (Jonathan Scott Duff)++, (Zoffix Znet)++, (Elizabeth Mattijsen)++
review: github.com/raku-community-modules/...764927b937
10:37
HexDump-Tiny/main: 09f0364a8a | (Elizabeth Mattijsen)++ | 11 files
First commit in zef ecosystem
11:07
HexDump-Tiny/main: ac1fb523f8 | (Elizabeth Mattijsen)++ | 2 files
0.2
11:09
Geth HexDump-Tiny/main: 6dedf75eea | (Elizabeth Mattijsen)++ | 4 files
0.3
11:52
Geth rakudo: b46fed9cdd | (Elizabeth Mattijsen)++ | 2 files
Hopefully fix issues on JVM backend

Specifically wrt to native array .repeated / .unique
16:33
Geth HexDump-Tiny/main: 65133ed8d0 | (Elizabeth Mattijsen)++ | 5 files
0.4
17:25
HexDump-Tiny/main: 853f01b103 | (Elizabeth Mattijsen)++ | 5 files
0.5
17:54
Geth HexDump-Tiny/main: eaaf9a721a | (Elizabeth Mattijsen)++ | 5 files
0.6
20:39
HexDump-Tiny/main: eaaf9a721a | (Elizabeth Mattijsen)++ | 5 files
0.6
20:40
Geth rakudo: 4ef9426f9a | (Patrick Böker)++ | src/core.c/IO/Path.pm6
Fix IO::Path::parent

The previous logic was too naive with absolute paths (just dropped the basename) and messed up relative paths that had only updirs in the path, but a basename.
The new implementation is now simpler by treating relative and absolute paths the same and only looking at the basename to decide whether to append an updir or drop an element.
21:52
rakudo: 2de6d63dd2 | (Patrick Böker)++ (committed using GitHub Web editor) | src/core.c/IO/Path.pm6
Merge pull request #4795 from patrickbkr/fix-io-path-parent

Fix IO::Path::parent
roast: 384129f3be | (Patrick Böker)++ | 3 files
Add more IO::Path::parent tests

Specifically test absolute paths containing updirs and paths only made up of updirs but still having a basename.
roast: da4705a9ce | (Patrick Böker)++ (committed using GitHub Web editor) | 3 files
Merge pull request #801 from patrickbkr/more-io-path-parent-tests

Add more IO::Path::parent tests
patrickb .
tellable6 2022-02-19T04:27:17Z #raku <vrurg> patrickb I nailed down one more problem about dynamic libraries and rakubrew and it's rather important: github.com/Raku/App-Rakubrew/issue...1045727598
Geth roast: 770b1e68ec | (Elizabeth Mattijsen)++ | 3 files
Fixup test counts for additional tests
22:28
patrickb lizmat: Thanks! :facepalm: 22:34
lizmat you're welcome :-)