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

Add Sort & Sorted operators #267

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Add Sort & Sorted operators #267

wants to merge 6 commits into from

Commits on Aug 21, 2024

  1. feat(tdutil): SortableValues uses T.Compare(T) int method when available

    tdutil.cmp fucntion moves to its own package and becomes compare.Compare.
    
    Signed-off-by: Maxime Soulé <[email protected]>
    maxatome committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    5e582de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dd7072d View commit details
    Browse the repository at this point in the history
  3. refactor: avoid code duplication

    Signed-off-by: Maxime Soulé <[email protected]>
    maxatome committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    e50f6b1 View commit details
    Browse the repository at this point in the history
  4. fix(Smuggle): s/FIELD_PATH/FIELDS_PATH/g in error messages

    Signed-off-by: Maxime Soulé <[email protected]>
    maxatome committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    ca97d18 View commit details
    Browse the repository at this point in the history
  5. ci: switch to install-go v3.6

    Signed-off-by: Maxime Soulé <[email protected]>
    maxatome committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    a0916b3 View commit details
    Browse the repository at this point in the history
  6. feat: add Sort and Sorted operators

    Signed-off-by: Maxime Soulé <[email protected]>
    maxatome committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    e181204 View commit details
    Browse the repository at this point in the history