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

FIX: Zip feature detection and exception logging #168

Merged
merged 1 commit into from
Jul 25, 2024

Conversation

carlwilson
Copy link
Member

  • unexpected exceptionswrapped as ParseException to allow uniform handling;
    • added to validation and parsing interfaces;
    • ParseExceptions are logged as errors, other files are still processed;
  • PackageParser now checks for unsuppported zip features;
  • other code cleanup to catch exceptions early and pass ParseExceptions up the stack; and
  • changed test cases to match new method sigs.

- unexpected exceptionswrapped as `ParseException` to allow uniform handling;
  - added to validation and parsing interfaces;
  - `ParseException`s are logged as errors, other files are still processed;
- `PackageParser` now checks for unsuppported zip features;
- other code cleanup to catch exceptions early and pass `ParseException`s up the stack; and
- changed test cases to match new method sigs.
@carlwilson carlwilson self-assigned this Jul 25, 2024
@carlwilson carlwilson added bug Something isn't working enhancement New feature or request labels Jul 25, 2024
This was linked to issues Jul 25, 2024
@carlwilson carlwilson merged commit 5f53239 into integration Jul 25, 2024
4 checks passed
@carlwilson carlwilson deleted the fix/zip-feature-support branch July 25, 2024 17:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

POL_1 not always reported PKG-8 not reported
1 participant