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: make file IO more robust #329

Merged
merged 3 commits into from
Jun 21, 2022
Merged

fix: make file IO more robust #329

merged 3 commits into from
Jun 21, 2022

Conversation

blaugold
Copy link
Collaborator

Fixes #245

This change reorganizes file IO to go through functions
in io.dart. This allows us to handle issues related to
file IO in one place.

To fix intermittent failures to delete files and directories on
Windows, these operations are now retried a number of times.

Type of Change

  • feat -- New feature (non-breaking change which adds functionality)
  • 🛠️ fix -- Bug fix (non-breaking change which fixes an issue)
  • ! -- Breaking change (fix or feature that would cause existing functionality to change)
  • 🧹 refactor -- Code refactor
  • ci -- Build configuration change
  • 📝 docs -- Documentation
  • 🗑️ chore -- Chore

Fixes #245

This change reorganizes file IO to go through functions
in `io.dart`. This allows us to handle issues related to
file IO in one place.

To fix intermittent failures to delete files and directories on
Windows, these operations are now retried a number of times.
blaugold and others added 2 commits June 21, 2022 11:45
@blaugold blaugold requested a review from Salakar June 21, 2022 15:06
@blaugold blaugold merged commit dfd877d into main Jun 21, 2022
@blaugold blaugold deleted the @blaugold/245 branch June 21, 2022 19:17
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.

fix: melos bs will throw FileSystemException
3 participants