Skip to content

Rename misleading blockSizeInBytes parameter to capacityInBytes in EXT4Unpacker#789

Merged
jglogan merged 5 commits into
apple:mainfrom
adityabagchi24:fix
Jul 18, 2026
Merged

Rename misleading blockSizeInBytes parameter to capacityInBytes in EXT4Unpacker#789
jglogan merged 5 commits into
apple:mainfrom
adityabagchi24:fix

Conversation

@adityabagchi24

Copy link
Copy Markdown
Contributor

Changes:

The blockSizeInBytes parameter on EXT4Unpacker was misleading — it does not represent an ext4 filesystem block size.

This change renames blockSizeInBytes to capacityInBytes, updates the doc comment to accurately describe the parameter and updates the name in the call sites.

Closes #787.

@jglogan

jglogan commented Jul 7, 2026

Copy link
Copy Markdown
Contributor

@adityabagchi24 Thanks! We have a few compatibility-breaking changes on the API in coming days so I'll plan to merge this alongside those.

@adityabagchi24

Copy link
Copy Markdown
Contributor Author

Sure, Thanks

@adityabagchi24

Copy link
Copy Markdown
Contributor Author

@jglogan I have noticed that the Linux compile check failed. Please let me know if there is something I can do from my end.

@jglogan
jglogan merged commit 585fd8c into apple:main Jul 18, 2026
5 checks passed
@jglogan

jglogan commented Jul 18, 2026

Copy link
Copy Markdown
Contributor

@adityabagchi24 Merged, thank you!

@adityabagchi24

Copy link
Copy Markdown
Contributor Author

@jglogan Thank you so much for your cooperation and patience throughout the process of merging my PR. I truly appreciate your support. Please feel free to reach out if there's ever anything I can assist you with in the future.

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.

[Request]: EXT4Unpacker(blockSizeInBytes:) parameter name is misleading.

2 participants