🦋 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, 296 wallclock secs (35.73 usr 9.95 sys + 4094.74 cusr 328.60 csys = 4469.02 CPU) 09:34
[Tux] Rakudo v2022.02-80-g68a43f9dc (v6.d) on MoarVM 2022.02-7-g2b96d1828
csv-ip5xs0.774 - 0.799
csv-ip5xs-204.950 - 5.044
csv-parser3.814 - 3.933
csv-test-xs-200.419 - 0.423
test6.521 - 6.718
test-t1.511 - 1.528
test-t --race0.833 - 0.844
test-t-2022.659 - 22.862
test-t-20 --race7.433 - 7.635
10:36
Geth roast: fd5cc86ace | (Patrick Böker)++ | 3 files
Change .parent behavior to "stupid" resolving

This seems to better capture the original intent when pondering the design docs.
19:03
roast: b26901106d | (Patrick Böker)++ (committed using GitHub Web editor) | 3 files
Merge pull request #802 from patrickbkr/fix-parent-to-be-stupid

Change .parent behavior to "stupid" resolving
rakudo: e53716aaa6 | (Patrick Böker)++ | src/core.c/IO/Path.pm6
Change parent to always just remove the last element

Until "/" or "." is reached. Then stay at "/" or pile up "../". This is what the design docs seemed to have in mind and also what the previous implementation implemented (except for a bug).
19:04
rakudo: 8fb0a66dc2 | (Patrick Böker)++ (committed using GitHub Web editor) | src/core.c/IO/Path.pm6
Merge pull request #4800 from patrickbkr/fix-parent-to-be-stupid

Change parent to always just remove the last element