Skip to content

Conversation

@Teque5
Copy link
Collaborator

@Teque5 Teque5 commented Jan 30, 2026

File overwrite protection w/safety-first behavior

  • fixes issue where tofile() has inconsistent behavior
  • add overwrite kwarg to all file write methods
  • New SigMFFileExistsError
  • add --overwrite CLI flag
  • increment to v1.7.0 for API change

Closes #125.

Blocked by PR #129.

@Teque5 Teque5 requested a review from 777arc January 30, 2026 07:38
@Teque5 Teque5 self-assigned this Jan 30, 2026
@Teque5 Teque5 requested a review from gmabey January 30, 2026 07:42
@777arc
Copy link
Member

777arc commented Jan 30, 2026

nice tests

* fixes issue where tofile() has inconsistent behavior
* add `overwrite` kwarg to all file write methods
* New SigMFFileExistsError
* add --overwrite CLI flag
* increment to v1.7.0 for API change
@Teque5 Teque5 force-pushed the feature/overwrite-behavior branch from 6beb0f2 to 174f93e Compare January 30, 2026 15:52
@Teque5 Teque5 merged commit c06863d into main Jan 30, 2026
10 checks passed
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.

inconsistent behavior around overwriting files

3 participants