You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I understand how unsatisfying it is to file your first issue and have it closed immediately.
Unfortunately, macOS has proven to be the most problematic operating system to support. It would be a difficult case to make to increase the supported version range on top of this. I also think it is unreasonable to support a version of the OS that Apple doesn't even support.
I bumped right into this problem when I ran
zig build ...
.zig/lib/std/os.zig
Line 2685 in 543e729
zig/lib/std/fs/file.zig
Lines 272 to 291 in 543e729
Is this a strict requirement, and btw what is the minimum version of macos supported by the zig toolchain?
I replaced it with futimes (microsecond precision) and all compiler tests passed.
(maybe related? #1907)
The text was updated successfully, but these errors were encountered: