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 Oct 2, 2024

  1. Reformat the .hoerc

    halostatue committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    5d51d0a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dbf38aa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5f65140 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    91a1ec5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    915459e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2fed119 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b355537 View commit details
    Browse the repository at this point in the history
  8. 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 Oct 2, 2024
    Configuration menu
    Copy the full SHA
    4fbe291 View commit details
    Browse the repository at this point in the history
  9. WIP

    halostatue committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    0d6d589 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    194dc97 View commit details
    Browse the repository at this point in the history
  11. WIP

    halostatue committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    428afcb View commit details
    Browse the repository at this point in the history