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

Improve globbing. #46

Merged
merged 2 commits into from
Apr 22, 2024
Merged

Improve globbing. #46

merged 2 commits into from
Apr 22, 2024

Commits on Apr 22, 2024

  1. Improve globbing.

    This pull-request closes #45 by improving the file-globbing we
    use for "DIR" and "ERA".
    
    This needs more work in the future, I think, but we handle things the
    better way now:
    
    * Use ioutil.ReadDir to get all files in the correct directory
      * Taking into account the directory-prefix
    * Test each one against the CPM-provided pattern
      * i.e. "character by character, but ? always works".
    skx committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    99114a2 View commit details
    Browse the repository at this point in the history
  2. Fixed linter warnings

    skx committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    87ec675 View commit details
    Browse the repository at this point in the history