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

feat: MultiCount Interface #236

Open
wants to merge 20 commits into
base: main
Choose a base branch
from

Commits on Mar 18, 2024

  1. Add MultiCountFormatter

    wegreenall committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    3d0acbf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b955398 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    83b4610 View commit details
    Browse the repository at this point in the history
  4. Add multicount config

    wegreenall committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    2534513 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    41b82b1 View commit details
    Browse the repository at this point in the history
  6. Add multicount tests

    wegreenall committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    83c55e2 View commit details
    Browse the repository at this point in the history
  7. Add multicoun prompt; this follows closely the MultiSelect Prompt

    structure, with small changes to add the storage of an extra value in
    the BTree Structure. I chose to maintain this structure for consistency
    with the MultiSelect to make it clear what I have done, but I imagine
    that there is a better data structure for the problem.
    wegreenall committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    e1cf5ba View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7c0ed55 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a42029d View commit details
    Browse the repository at this point in the history
  10. cargo fmt pass

    wegreenall committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    88a75f4 View commit details
    Browse the repository at this point in the history
  11. CHANGELOG edit pass

    wegreenall committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    cf01321 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e3b27fb View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    2c22bbf View commit details
    Browse the repository at this point in the history
  14. cargo fmt pass 2

    wegreenall committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    384f6cb View commit details
    Browse the repository at this point in the history
  15. doctest fixing pass

    wegreenall committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    8ac94d1 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. Configuration menu
    Copy the full SHA
    3413c3c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4922374 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cd9d41c View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. move CountedListOption to be alongside ListOption; corresponding chan…

    …ges in formatter and doctests
    wegreenall committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    9b41249 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    448fd8e View commit details
    Browse the repository at this point in the history