Skip to content
This repository has been archived by the owner on Dec 12, 2019. It is now read-only.

Common problems in archives #16

Open
2 of 4 tasks
pierobot opened this issue Mar 11, 2016 · 0 comments
Open
2 of 4 tasks

Common problems in archives #16

pierobot opened this issue Mar 11, 2016 · 0 comments
Assignees

Comments

@pierobot
Copy link
Owner

pierobot commented Mar 11, 2016

Here are a couple of things that need to be handled

  • Proper sorting
    • incorrectly named sub folders cause problems
    • run sort algorithm with sort::numerical_wregex_less on archive entries
  • Directories with a depth > 1 seem to cause problems
    • From debugging, I can only assume the stack is getting corrupt after std::find in is_in_container
  • Archive nesting (why??!?!!)
  • Zip archives with unsupported compression methods by libzip. Ex: LZMA
@pierobot pierobot self-assigned this Mar 11, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant