-
Notifications
You must be signed in to change notification settings - Fork 86
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
lutimes
not supported?
#365
Comments
I see lutimes was added in: nodejs v14.5.0, v12.19.0. |
While working on this, also discovered that our utimes implementation has a bug, it should follow symlink but it doesn't. |
3cp
added a commit
that referenced
this issue
Sep 7, 2022
lutimes is available on Nodejs v14.5.0+ and v12.19.0, our CI matrix covers both versions. closes #365
3cp
added a commit
that referenced
this issue
Sep 7, 2022
lutimes is available on Nodejs v14.5.0+ and v12.19.0, our CI matrix covers both versions. closes #365
3cp
added a commit
that referenced
this issue
Sep 7, 2022
lutimes is available on Nodejs v14.5.0+ and v12.19.0, our CI matrix covers both versions. closes #365
3cp
added a commit
that referenced
this issue
Sep 8, 2022
lutimes is available on Nodejs v14.5.0+ and v12.19.0, our CI matrix covers both versions. closes #365
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm currently testing an app using mock-fs. This app uses
fs.promises.lutimes
andfs.lutimesSync
to change the timestamp of symbolic links generated. Is it possible, that mockfs is not supporting this function (aslutimes
throws a 'file not found' error, when using mock-fs, however I could not find any mention of this anywhere in this repo)Thanks!
The text was updated successfully, but these errors were encountered: