Skip to content

Allow bare str/path entries in zipPack#266

Merged
mitchpaulus merged 1 commit into
mainfrom
zippack-string-entries
Jul 3, 2026
Merged

Allow bare str/path entries in zipPack#266
mitchpaulus merged 1 commit into
mainfrom
zippack-string-entries

Conversation

@mitchpaulus

Copy link
Copy Markdown
Owner

zipPack entries can now be a plain string or path in addition to the dict form; a bare entry is added under its base name with its own mode. Signature is now
([str | path | {path: str | path, archivePath?: str | path, mode?: int}] str | path -- ). archivePath is also widened to str | path to match the runtime.

zipPack entries can now be a plain string or path in addition to the
dict form; a bare entry is added under its base name with its own mode.
Signature is now
([str | path | {path: str | path, archivePath?: str | path, mode?: int}] str | path -- ).
archivePath is also widened to str | path to match the runtime.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@mitchpaulus mitchpaulus merged commit ffe27be into main Jul 3, 2026
1 check passed
@mitchpaulus mitchpaulus deleted the zippack-string-entries branch July 3, 2026 19:26
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