zig/test/standalone/self_exe_symlink
Andrew Kelley b1d1806fef std.process: currentDir -> currentPath
In Zig standard library, Dir means an open directory handle. path
represents a file system identifier string. This function is better
named after "current path" than "current dir". "get" and "working" are
superfluous.
2026-01-29 18:47:58 -08:00
..
build.zig test: clarify that self_exe_symlink fails on NetBSD due to bad F_GETPATH 2026-01-21 16:42:17 +01:00
create-symlink.zig std.process: currentDir -> currentPath 2026-01-29 18:47:58 -08:00
main.zig test-standalone: update more cases to new main API 2026-01-04 00:27:08 -08:00