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

model: Eliminate the use of a SortedSet #8694

Merged
merged 3 commits into from
May 24, 2024

Commits on May 24, 2024

  1. refactor(model): Use a more generic name for SortedSetConverters

    The file contains both, `SortedSet` and `SortedMap` converters.
    
    Signed-off-by: Frank Viernau <[email protected]>
    fviernau committed May 24, 2024
    Configuration menu
    Copy the full SHA
    936677e View commit details
    Browse the repository at this point in the history
  2. refactor(model): Turn a function parameter type into a Set

    Using a `SortedSet` is not required.
    
    Signed-off-by: Frank Viernau <[email protected]>
    fviernau committed May 24, 2024
    Configuration menu
    Copy the full SHA
    53d8eff View commit details
    Browse the repository at this point in the history
  3. refactor(model): Do not use SortedSet for dependencies

    Only sort on serialization for human readability and reproducibility.
    
    Signed-off-by: Frank Viernau <[email protected]>
    fviernau committed May 24, 2024
    Configuration menu
    Copy the full SHA
    5012c79 View commit details
    Browse the repository at this point in the history