Skip to content

fix(ios): clearer error for a too-large (Zip64) repository#166

Merged
oratis merged 1 commit into
mainfrom
ux/ios-zip64-message
Jun 14, 2026
Merged

fix(ios): clearer error for a too-large (Zip64) repository#166
oratis merged 1 commit into
mainfrom
ux/ios-zip64-message

Conversation

@oratis

@oratis oratis commented Jun 14, 2026

Copy link
Copy Markdown
Owner

Last item from the GitHub-vault review backlog.

A repo whose zipball exceeds 4 GB is Zip64, which the archive reader can't parse (it would silently drop entries), so it was rejected with the generic "Couldn't read the repository archive." — leaving the user with no idea why.

Adds a distinct .repoTooLarge error: "This repository is too large to open as a vault (over 4 GB). Try opening a sub-folder instead."

App simulator build ✓.

🤖 Generated with Claude Code

… vault

A repo whose zipball exceeds 4 GB is Zip64, which the archive reader can't parse
(it would silently drop entries), so it was rejected with the generic "Couldn't
read the repository archive." Add a distinct .repoTooLarge case: "This repository
is too large to open as a vault (over 4 GB). Try opening a sub-folder instead."

app simulator build ✓.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@oratis oratis merged commit a87333a into main Jun 14, 2026
4 checks passed
@oratis oratis deleted the ux/ios-zip64-message branch June 14, 2026 06:48
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