Skip to content

Explicitly store implicit parent directories in zip files#640

Merged
aiuto merged 2 commits intobazelbuild:mainfrom
fmeum:create-parent-directories
Nov 24, 2022
Merged

Explicitly store implicit parent directories in zip files#640
aiuto merged 2 commits intobazelbuild:mainfrom
fmeum:create-parent-directories

Conversation

@fmeum
Copy link
Contributor

@fmeum fmeum commented Nov 23, 2022

Tooling in the Java world (and likely elsewhere) has come to depend on all directories implicilty present as parent directories of files to be listed explicitly as a member of a ZIP file.

Fixes #638
Fixes #622

@fmeum fmeum requested review from aiuto and nacl as code owners November 23, 2022 12:45
@fmeum
Copy link
Contributor Author

fmeum commented Nov 23, 2022

FYI @guw

@fmeum fmeum force-pushed the create-parent-directories branch from f50cdc7 to c93c4d3 Compare November 23, 2022 12:47
Tooling in the Java world (and likely elsewhere) has come to depend on
all directories implicilty present as parent directories of files to be
listed explicitly as a member of a ZIP file.
@fmeum fmeum force-pushed the create-parent-directories branch from c93c4d3 to d2f51aa Compare November 23, 2022 13:03
Copy link
Collaborator

@aiuto aiuto left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! Just a few nits.

@fmeum
Copy link
Contributor Author

fmeum commented Nov 23, 2022

I am now using your approach to fix the mode argument type.

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.

ZIP files contain no directory entries Directory entries not added to zip contents

2 participants