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

files: Implement BoundTaggedFile #80

Merged
merged 3 commits into from
Dec 10, 2022
Merged

files: Implement BoundTaggedFile #80

merged 3 commits into from
Dec 10, 2022

Conversation

Serial-ATA
Copy link
Owner

@Serial-ATA Serial-ATA commented Dec 10, 2022

closes #73

Depending on the order of the tags in a `TaggedFile`, since we write the tags independently of each other, they could step on each other's toes and leave the file in position where it cannot be probed. This wouldn't break the file, nor cause partial writes of tags, however there is a chance not *all* of the tags stored in the `TaggedFile` would be written.
@Serial-ATA Serial-ATA merged commit 42761e6 into main Dec 10, 2022
@Serial-ATA Serial-ATA deleted the boundtaggedfile branch December 10, 2022 17:18
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.

Add a TaggedFile that reflects changes
1 participant