Investigation in renaming directories in zip writers#252
Investigation in renaming directories in zip writers#252Pfeil wants to merge 1 commit intogeneralize-reading-and-writing-cratesfrom
Conversation
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
I think I've found a severe bug, which I tried starting to investigate/fix here. I will open an issue if I can definitely confirm it is not just me. I found it while unifying the tests for the writers in #247.
The issue would be that using zip (and the new zipStream) writers, folders seem not to be copied recursively and are not properly renamed according to their ID property.
I started by collecting the different saving mechanisms in the according strategies. This already changes the result, because we now do not use the overridden save function in DataSetEntity#saveTo*. I think I should stash this as of now and figure the actual issue.
Will fix tomorrow.