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

892 overwriting files doesnt work on mingw #42

Merged
merged 2 commits into from
Dec 5, 2024

Conversation

coolbreeze413
Copy link
Collaborator

@coolbreeze413 coolbreeze413 commented Dec 4, 2024

  • FileUtils API to enable usage of overwrite file scenario, without depending on the std::filesystem::copy_options::overwrite_existing flag which is buggy on MINGW : https://sourceforge.net/p/mingw-w64/mailman/message/37691759/
  • Move all usages of overwrite file scenario to use the new FileUtils API instead.

w0lek added 2 commits December 3, 2024 21:27
…th std::filesystem::copy_options::overwrite_existing, the FileUtils::overwriteFile contains workaround for mingw
@coolbreeze413 coolbreeze413 self-assigned this Dec 4, 2024
@coolbreeze413 coolbreeze413 merged commit 01f6183 into develop Dec 5, 2024
5 checks passed
@coolbreeze413 coolbreeze413 deleted the 892-overwriting-files-doesnt-work-on-mingw branch December 5, 2024 09:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants