-
Notifications
You must be signed in to change notification settings - Fork 15
Implement fd_filestat_set_times using the filetime crate. #54
Conversation
00500b7
to
3126953
Compare
I rebased the change upon the new revision of #46. |
3126953
to
bcd445d
Compare
This looks good to me. In particular, the interpretation of Would you mind adding a test for this to wasi-misc-tests? |
I'll add a test. Can we change the spec to be explicit about the |
Yeah. Actually, the best place to file #53 is the WASI issue tracker, tagged with |
Sounds good. And this just needs a few conflicts resolved before we can merge it. |
@marmistrz could you fix conflicts please? |
bcd445d
to
0499735
Compare
This still needs some work to pass the new test. |
It's really interesting that it fails on *nixes and not Windows :-) |
Because I haven't enabled them yet on Windows :P |
Haha, touche! Totally forgot about that! :-D Lemme know if you need any help with debugging or whatnot! |
The reason why CI on Mac fails is that on Mac filetime uses @alexcrichton is there any reason why we can't use |
@marmistrz do you want me try filetime out on macos with |
@alexcrichton, together with @marmistrz we've worked out that @marmistrz's changes build and test out fine with alexcrichton/filetime#43 patch applied. Could you have a look and let me know what changes should be made to that PR so that we could merge it in, etc.? |
f35e465
to
f76bed5
Compare
f76bed5
to
28ea70f
Compare
In the future we could consider using
filetime
to replacesystemtime_to_timestamp
from #42.