-
-
Notifications
You must be signed in to change notification settings - Fork 83
Fix empty folder missing problem when zip files. #330
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
Conversation
lefou
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for your contribution.
First, I'd prefer to have separate pull requests for unrelated changes.
About the empty dir handling of zip files. I think it's a good idea to add an option/parameter to let the user decide whether to include directory entries or not. Enabling it could be the default, since it's what most users would expect.
|
@lefou okay, let me separate this pull request to two. |
|
I'd like to do some "linting" works on #331 firstly. |
|
Let's just do the zip file changes, no need all the english grammar improvements and other random build config tweaks. |
|
Does format checking relies on OS system ? In my local windows git bash environment one is 6 but another one is 253. |
|
In CI Test to simplify, |
|
@counter2015 yes adding a sort seems reasonable |
|
I found the test report depends on old commit, seems some weird caching issues in CI environment. For example. for new test code Maybe we should re-run the CI command ? |
|
@lihaoyi All test has passed excepted test on macos-latest, 11 It's stranged that the failed test cases seems not relative to this PR and might fails randomly. |
|
Let me know if there's anything I can clarify or improve. |
|
Thanks @counter2015 , I tagged 0.11.4-M3 for you to try it out until we have another stable release |
This reverts commit 90626df. Fixes #349 I've spent some time trying to do a fix forward but I don't have much time on my hand. Can we revert this in the meantime and @counter2015 can provide another PR for the empty folder issue?

Fix: #328