Skip to content
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

Issue 26 : fixed slow extraction #29

Merged
merged 29 commits into from
Jul 13, 2015

Conversation

pombredanne
Copy link
Contributor

Fix for #26 (and #27 as a side effect). This consist of a rather significant refactoring of the extract code as well as simplification, improved tracing and new tests. This also ditched the tar.py implementation in favour of libarchive2 for tarball extraction

 * updated file_walk to use this code.
 * added ignore support to file_walk
 * moved basic kinds
 * excluded patches and included  package in default
 * this avoids aggressive extraction of patches, which is a more
   advanced type of extraction
 * this was due to a pattern with []
 * simplified copytree
 * changed chmod to not recurse by default and use explicit recurse
 * added debug logginf
 *  now using the dotodot resolution in tar and elsewhere
 * an extension alone is not enough to define an archive
 * score can now be negative
 * as reported in aboutcode-org#26
 * address slowness issue that was due to multiple re-extraction and
   to superfluous recursive chmod
 * simplified code to return ExtractEvent and no longer use a
   job/queue logic
 * tar.py will  eventually go away, but for now to ease the transition
   to using libarchive for tars, existing tar tests have been duplicated
   to test tar.py in isolation
 * Also replaced tar with libarchive2.
 * Cleaned debug logging.
 * Ensured warning messages are simpler and that Exception are raised
   on errors (some were only warnings)
pombredanne added a commit that referenced this pull request Jul 13, 2015
@pombredanne pombredanne merged commit 0d88bd6 into aboutcode-org:develop Jul 13, 2015
@pombredanne pombredanne deleted the issue_26_slow_extract branch July 13, 2015 14:49
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