Lukas Lalinsky
52e06ce4f6
std.Io.Dir: fix incorrect return types in setFileOwner and setTimestampsNow
...
`setFileOwner` declared `SetOwnerError!void` but its vtable method
returns the wider `SetFileOwnerError!void` (adds `NameTooLong` and
`BadPathName`), so any call through the wrapper fails to compile.
`setTimestampsNow` dispatched to `io.vtable.fileSetTimestamps` with
`(Dir, []const u8, Dir.SetTimestampsOptions)`, but that vtable entry
takes `(File, File.SetTimestampsOptions)`. The intended target is
`dirSetTimestamps`, whose signature matches the call site.
2026-04-19 10:07:44 -07:00
..
2026-04-15 17:43:53 -07:00
2026-04-08 14:37:48 +02:00
2026-04-16 23:48:05 +01:00
2026-04-03 12:27:34 +02:00
2026-04-12 00:13:59 +02:00
2026-04-13 01:30:14 -07:00
2026-04-18 14:51:49 -07:00
2026-03-18 21:00:08 +01:00
2026-04-18 14:51:49 -07:00
2026-04-16 19:47:46 +02:00
2026-04-19 10:07:44 -07:00
2026-04-10 17:39:45 +02:00
2026-04-10 23:23:33 +02:00
2026-03-25 10:50:24 +01:00
2026-04-18 07:34:32 +02:00
2026-04-11 12:25:22 -07:00
2026-03-18 21:00:08 +01:00
2026-03-08 02:10:00 +01:00
2026-03-21 19:39:04 -04:00
2026-04-12 04:01:30 -07:00
2026-03-18 21:00:08 +01:00
2026-04-18 14:51:49 -07:00
2026-03-10 10:38:50 +00:00
2026-04-10 17:39:45 +02:00
2026-04-02 15:11:24 +02:00
2026-03-11 03:00:07 +01:00
2026-04-05 05:12:13 +02:00
2026-04-15 17:43:53 -07:00
2026-04-16 19:21:16 +02:00
2026-04-17 12:10:37 +02:00
2026-04-18 14:51:49 -07:00
2026-03-10 10:26:07 +00:00
2026-04-06 15:54:47 +02:00
2026-04-16 19:44:40 +02:00
2026-03-10 10:26:14 +00:00
2026-04-18 14:51:49 -07:00
2026-04-11 11:04:24 -07:00
2026-04-16 14:52:48 -07:00
2026-03-10 10:38:50 +00:00
2026-03-17 02:10:27 +01:00
2026-04-02 15:55:21 +02:00
2026-03-20 19:58:33 +01:00
2026-03-10 10:38:50 +00:00
2026-04-17 12:07:57 +02:00
2026-04-12 04:01:30 -07:00
2026-04-13 19:58:01 +02:00
2026-04-03 22:20:46 +02:00
2026-04-03 22:20:46 +02:00
2026-03-20 02:25:16 +01:00
2026-03-21 14:04:24 +01:00
2026-04-16 19:42:00 +02:00
2026-04-12 04:01:29 -07:00
2026-04-13 19:58:01 +02:00
2026-03-27 01:27:38 -07:00
2026-04-16 19:57:54 +02:00
2026-03-11 02:32:29 +01:00
2026-04-12 04:01:30 -07:00
2026-03-12 17:44:03 -04:00
2026-03-23 05:22:46 +01:00
2026-04-15 17:43:53 -07:00