-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
touchfile does not update modification time #102
Comments
Right now it is using
I could see how something along the way could end up optimizing this to a no-op. Better would be to use a real touch command, do you know what that is? |
Not efficient, but good enough for testing purpose: https://github.com/hspec/mockery/pull/4/files Also, @Fuuzetsu mentioned there will be a way to set modification times with the next version of |
yikes! we can't do that!
Shelly can upgrade to it, but it will need to use CPP to continue to support older versions of directory. |
I have just stumbled on this issue as well, also on Linux x64. |
@damiencourousse do you know a good API for touching a file in Haskell? |
No, I'm sorry. But I have seen that Turtle uses |
Does not work on Mac OS X either. Could
|
want to send a pull request to fix it? |
That would probably not be too hard. |
(this is at least true on Linux x64)
The text was updated successfully, but these errors were encountered: