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