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

Priority extensions #162

Draft
wants to merge 11 commits into
base: main
Choose a base branch
from
Draft

Priority extensions #162

wants to merge 11 commits into from

Commits on Sep 10, 2024

  1. Reformat the .hoerc

    halostatue committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    c6fc831 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d507bb6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dc1f9ad View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    beda09d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7b9a4cc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ccf0cf4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2533527 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ea7f63a View commit details
    Browse the repository at this point in the history
  9. Ensure priority sort over alpha sort

    - Added extension priority map. This is an imperfect solution, and is
      not used by default with default configuration (column-based data).
    
      - We may want to consider a revised columnar format for a future
        version that has a bit more information than is present in the base
        file.
    
    - Adding the sort priority and extension priority helped, but because
      the alphanumeric sort was first in `MIME::Type#priority_compare`, the
      results weren't as good as they should have been. We now sort by the
      sort priority values _first_ and the alphanumeric values _second_.
    
      - Stored sort priority was not respected because it depends on flags
        not kept in the base file. Added support for a binary file with this
        to ensure it is loaded.
    halostatue committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    4965d8c View commit details
    Browse the repository at this point in the history
  10. WIP

    halostatue committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    6ecf029 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c17b330 View commit details
    Browse the repository at this point in the history