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 - Package parse errors #76

Merged
merged 8 commits into from
Nov 3, 2023
Merged

FIX - Package parse errors #76

merged 8 commits into from
Nov 3, 2023

Commits on Oct 30, 2023

  1. FIX - Package parse errors

    - prevent non-existent ParseResult from crashing code for non-document files;
    - check that metadata is well-formed before parsing;
    - tests and test data for the above; and
    - removed unpacked test files accidentally committed.
    carlwilson committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    7b300a8 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. FIX: Windows test paths

    - replaced path gets from URLs (may have missed one or two); and
    - added convenience methods for Files to help with Path issues on Windows.
    carlwilson committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    54b9b21 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    82802b7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b21af16 View commit details
    Browse the repository at this point in the history
  4. TEST: Output search path.

    carlwilson committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    225a05e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1b0b92f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ef774d1 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. Configuration menu
    Copy the full SHA
    02d1833 View commit details
    Browse the repository at this point in the history