mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 22:33:08 +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.