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

FileSystemTree additions and Payload detection #189

Merged
merged 4 commits into from
Sep 14, 2023
Merged

Commits on Sep 12, 2023

  1. implement #188

    - Add FileSystemTree.FilterFolders
    - FileSystemTree.FilterFiles now only filters files (returns empty folders instead of removing them)
    - fix some static member bindings
    - Add tests for FilterFolders
    - Tests now test both instance and static methods
    kMutagene committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    35c3577 View commit details
    Browse the repository at this point in the history
  2. implement #187

    -Add `GetRegisteredPayload` and `GetAdditionalPayload`
    
    - Add tests
    kMutagene committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    095114d View commit details
    Browse the repository at this point in the history
  3. fix GetRegisteredPayload cell conversion failure

    - iterate through all tables instead of the first only
    - use ToFreeTextCell(), which is a proper conversion instead of AsFreeTextCell which is a match that can fail
    kMutagene committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    907f3a2 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

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