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

Support sorting iterators #46104

Merged
merged 27 commits into from
May 30, 2023
Merged

Commits on Jul 19, 2022

  1. widen sort's type signature

    Lilith Hafner authored and Lilith Hafner committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    c762cbd View commit details
    Browse the repository at this point in the history
  2. fixup

    Lilith Hafner authored and Lilith Hafner committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    a00e018 View commit details
    Browse the repository at this point in the history
  3. remove broken cross-ref to Base.copymutable

    Lilith Hafner authored and Lilith Hafner committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    d9316f8 View commit details
    Browse the repository at this point in the history
  4. Style

    LilithHafner committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    54db6a6 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2022

  1. better error messages for sort(4) and sort('c')

    Lilith Hafner authored and Lilith Hafner committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    b046e7a View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2022

  1. throw on string

    Lilith Hafner authored and Lilith Hafner committed Jul 30, 2022
    Configuration menu
    Copy the full SHA
    8e94705 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2022

  1. Configuration menu
    Copy the full SHA
    15b2a02 View commit details
    Browse the repository at this point in the history
  2. Add tests for error messages and drop iffy refference

    Lilith Hafner authored and Lilith Hafner committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    fe2ce55 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2022

  1. Update base/sort.jl

    Co-authored-by: Sukera <[email protected]>
    LilithHafner and Seelengrab committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    e4cfffc View commit details
    Browse the repository at this point in the history
  2. Remove broken suggestion

    LilithHafner committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    7c14f9d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    36ff056 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2022

  1. Configuration menu
    Copy the full SHA
    f32de07 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2022

  1. Configuration menu
    Copy the full SHA
    1280aea View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2022

  1. Configuration menu
    Copy the full SHA
    d9c8a7d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    449f9ff View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2022

  1. Configuration menu
    Copy the full SHA
    60e42f5 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2023

  1. Configuration menu
    Copy the full SHA
    55d5e7e View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2023

  1. make sort(::NTuple) return a tuple

    Lilith Hafner authored and Lilith Hafner committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    f5ad11a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    55c8efe View commit details
    Browse the repository at this point in the history
  3. Fallback to vector sorting for large tuples

    Sizes greator than 20 already allocate due to heuristics elsewhere.
    If we're going to use bad Tuples, might as well use vectors instead.
    Lilith Hafner authored and Lilith Hafner committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    ac32a38 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2023

  1. resolve method ambiguity

    Lilith Hafner authored and Lilith Hafner committed Feb 18, 2023
    Configuration menu
    Copy the full SHA
    264836d View commit details
    Browse the repository at this point in the history
  2. drop threshold to 9 and switch from home rolled split to IteratorsMD.…

    …split
    Lilith Hafner authored and Lilith Hafner committed Feb 18, 2023
    Configuration menu
    Copy the full SHA
    0c53911 View commit details
    Browse the repository at this point in the history
  3. Update test/sorting.jl

    LilithHafner committed Feb 18, 2023
    Configuration menu
    Copy the full SHA
    9fc05de View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2023

  1. Merge branch 'master' into sort-iter

    Lilith Hafner authored and Lilith Hafner committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    6a838e5 View commit details
    Browse the repository at this point in the history
  2. support sorting AbstractStrings

    Lilith Hafner authored and Lilith Hafner committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    d42c234 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2023

  1. Configuration menu
    Copy the full SHA
    741017e View commit details
    Browse the repository at this point in the history

Commits on May 27, 2023

  1. Revert "support sorting AbstractStrings"

    This reverts commit d42c234.
    Lilith Hafner authored and Lilith Hafner committed May 27, 2023
    Configuration menu
    Copy the full SHA
    a0d3e4d View commit details
    Browse the repository at this point in the history