mirror of
https://github.com/ziglang/zig.git
synced 2026-01-03 12:03:19 +00:00
* revert changes to Module because the error set is consistent across operating systems. * remove duplicated Stat.fromSystem code and use a less redundant name. * make fs.Dir.statFile follow symlinks, and avoid pointless control flow through the posix layer.