Skip to content
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

fix!: Avoid error and reflect filesystem stat if futimes not implemented #341

Merged
merged 1 commit into from Jun 11, 2023

Conversation

phated
Copy link
Member

@phated phated commented Jun 11, 2023

Closes #302

We attempt to reflect the vinyl stats to the filesystem using futimes, but if a system doesn't allow that due to ENOSYS, we don't want to error; however, the vinyl file stats need to match the filesystem stats, so we now sync them with the filesystem stats. This is fixing the issue, but is also a breaking change in how those stats are reflected.

@phated phated added this to In progress in v5 via automation Jun 11, 2023
@phated phated merged commit 9ba20fd into master Jun 11, 2023
14 checks passed
@phated phated deleted the phated/skip-unavailable-futimes branch June 11, 2023 20:51
@phated phated moved this from In progress to Done in v5 Jun 11, 2023
This was referenced Jun 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
v5
  
Done
Development

Successfully merging this pull request may close these issues.

fs.futimes causes gulp build failure on AIX 6
1 participant