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
Uh oh, the git blame shows me as the culprit... I was messing around with type info and might have broken (did it work?) the stat. I'd have to think about this one before submitting a fix.
Context
os2.is_file
are not working on windowsExpected Behavior
Same as
os.is_file
Current Behavior
Unable to get the file type properly
this function gets the file type, but on
Odin/core/os/os2/stat_windows.odin
Line 197 in b82f8df
the file handle are nil. Causing
file_type
to return.Undetermined
.Odin/core/os/os2/stat_windows.odin
Line 225 in b82f8df
Since the file type that are compared here, it returns false for existing files.
Odin/core/os/os2/file.odin
Line 294 in b82f8df
The text was updated successfully, but these errors were encountered: