Andrew Kelley d24aaf8847 std.fs.path.resolve: eliminate getcwd() syscall
This is a breaking change to the API. Instead of the first path
implicitly being the current working directory, it now asserts that the
number of paths passed is greater than zero.

Importantly, it never calls getcwd(); instead, it can possibly return
".", or a series of "../". This changes the error set to only be
`error{OutOfMemory}`.

closes #13613
2022-11-22 20:57:56 -07:00
..
2022-11-15 23:23:27 +02:00
2022-11-18 19:22:42 +00:00
2022-10-30 01:09:31 -07:00
2022-10-06 21:22:20 +03:00
2022-11-19 22:48:32 +02:00
2022-11-04 00:09:27 +03:30
2022-11-13 17:36:56 +02:00
2022-08-23 21:11:02 -07:00
2022-01-07 00:06:06 -05:00
2022-09-11 23:18:43 -04:00
2022-11-12 09:40:40 +01:00
2022-11-07 02:46:19 +01:00
2022-11-04 00:09:27 +03:30
2022-11-04 00:09:27 +03:30
2022-04-15 17:01:01 -05:00
2022-11-18 19:22:42 +00:00