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

Tracking PR for write-functionality branch #1

Draft
wants to merge 33 commits into
base: main
Choose a base branch
from

Conversation

Oakchris1955
Copy link
Owner

This pull request will track the progress of the write-functionality branch, which has aims to properly implement write functionality for the library

@Oakchris1955 Oakchris1955 self-assigned this Aug 18, 2024
When writing a FATEntry on a FAT12 filesystem, the bytes the entry spans would be read ahead-of-time & OR-ed to the new entry's bytes. This is no longer the case. FAT12 still reads those bytes since FAT12 entries are 1.5 bytes long, but now they are read individually just before the new byte is written.
There's no reason to expose the VOLUME_ID or the LFN attribute to the end user
@Oakchris1955
Copy link
Owner Author

I’d just like to interject for a moment. Just because this branch is named write-functionality, it doesn't mean that all commits here are write-related. Instead, certain commits, like f427f9e for example, make it easier to implement such behaviour.

@Oakchris1955 Oakchris1955 marked this pull request as draft September 8, 2024 12:46
@Oakchris1955
Copy link
Owner Author

Should have been a draft PR in the first place

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.

1 participant