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

Skip Directories #94

Merged
merged 3 commits into from
Jul 14, 2022
Merged

Skip Directories #94

merged 3 commits into from
Jul 14, 2022

Conversation

calccrypto
Copy link
Collaborator

@calccrypto calccrypto commented Jul 13, 2022

-k <file name> to skip directories with matching basenames

must be exact match - no patterns

gufi_dir2index
gufi_dir2trace
gufi_query

Trie updates

  • works on all 8 bit characters, not just numbers
  • moved code into its own files
  • updated tests

Implements #92

@calccrypto calccrypto force-pushed the skip-dirs branch 4 times, most recently from 44a8ff4 to f65e700 Compare July 13, 2022 20:28
must be exact match - no patterns

gufi_dir2index
gufi_dir2trace
gufi_query

Trie updates
    works on all 8 bit characters, not just numbers
    moved code into its own files
    updated tests

Implements #92
@calccrypto calccrypto force-pushed the skip-dirs branch 3 times, most recently from 325d7b9 to 0280edf Compare July 13, 2022 23:41
no longer relying on finding null terminator
    now need to provide input length
fix bug with deleting last branch
updated api to not take in references
@calccrypto calccrypto linked an issue Jul 14, 2022 that may be closed by this pull request
@calccrypto calccrypto merged commit 2a2f0dd into master Jul 14, 2022
@calccrypto calccrypto deleted the skip-dirs branch July 14, 2022 21:24
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.

Exclude .snapshot[s] directories eg GPFS
1 participant