Commit graph

3 commits

Author SHA1 Message Date
efdad96054
refactor: improve create pattern to avoid leaks 2025-07-19 00:03:30 +02:00
a76c1f4909
fix: workaround broken dir.statFile on WSL1
Zig standard library does not work with WSL1's semi-broken stat syscall support.
To avoid flow being completely unusable on WSL1 we just fall back to a zero
mtime if stat fails. This destroys MRU ordering in the file finder on WSL1, but
at least it works.
2025-05-22 11:54:24 +02:00
1a0d4ca7b2
refactor: move walk_tree to separate module 2025-04-22 20:44:14 +02:00