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

Create Base.Fix as general Fix1/Fix2 for partially-applied functions #54653

Merged
merged 83 commits into from
Aug 3, 2024

Commits on Jun 2, 2024

  1. Configuration menu
    Copy the full SHA
    a2b0d84 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    402ed6c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2c0d91c View commit details
    Browse the repository at this point in the history
  4. remove +0 in FixN

    MilesCranmer committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    b25bb9e View commit details
    Browse the repository at this point in the history
  5. rename to Fix function

    MilesCranmer committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    c4c9b33 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3cb4133 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9867242 View commit details
    Browse the repository at this point in the history
  8. fix bound

    MilesCranmer committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    c52779b View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. Configuration menu
    Copy the full SHA
    7cf7203 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    325621a View commit details
    Browse the repository at this point in the history
  3. switch to Fix{n} syntax

    MilesCranmer committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    e377640 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Configuration menu
    Copy the full SHA
    a2d8605 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2491c62 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. Configuration menu
    Copy the full SHA
    439c5b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a0e778 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a473b5e View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. Configuration menu
    Copy the full SHA
    758bbcc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e2fc740 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9aa7c52 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b886dd0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c32c65a View commit details
    Browse the repository at this point in the history
  6. add Base.Fix to docs

    MilesCranmer committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    866c7c7 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2024

  1. Configuration menu
    Copy the full SHA
    a9674c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1825f76 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5604ffe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    74dcfb1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    10b8320 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    73dd2cf View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2024

  1. tweak docstring

    MilesCranmer authored Jun 9, 2024
    Configuration menu
    Copy the full SHA
    fb8ad78 View commit details
    Browse the repository at this point in the history
  2. tweak docstring

    MilesCranmer authored Jun 9, 2024
    Configuration menu
    Copy the full SHA
    de330be View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

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

Commits on Jul 4, 2024

  1. Configuration menu
    Copy the full SHA
    6d92c1a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc053cf View commit details
    Browse the repository at this point in the history
  3. improve Fix readability

    MilesCranmer committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    3c19ecf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3374b8f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8d9c690 View commit details
    Browse the repository at this point in the history
  6. Apply suggestions from code review

    Co-authored-by: Lilith Orion Hafner <lilithhafner@gmail.com>
    MilesCranmer and LilithHafner authored Jul 4, 2024
    Configuration menu
    Copy the full SHA
    9a4926e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    aa08daf View commit details
    Browse the repository at this point in the history
  8. Apply suggestions from code review

    Co-authored-by: Lilith Orion Hafner <lilithhafner@gmail.com>
    MilesCranmer and LilithHafner authored Jul 4, 2024
    Configuration menu
    Copy the full SHA
    e541a51 View commit details
    Browse the repository at this point in the history
  9. one-line validations

    MilesCranmer committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    751e964 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    669f753 View commit details
    Browse the repository at this point in the history
  11. add Fix to public

    MilesCranmer committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    5694840 View commit details
    Browse the repository at this point in the history
  12. update comments

    MilesCranmer committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    87f5575 View commit details
    Browse the repository at this point in the history
  13. avoid redundant Val

    MilesCranmer committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    79dcd6d View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    f3d5c5c View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    c8bc1ab View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    e9c566b View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    9b1d749 View commit details
    Browse the repository at this point in the history
  18. reduce branches

    MilesCranmer committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    47a49bf View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    06aab6f View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    54150eb View commit details
    Browse the repository at this point in the history
  21. Apply suggestions from code review

    Co-authored-by: Lilith Orion Hafner <lilithhafner@gmail.com>
    MilesCranmer and LilithHafner authored Jul 4, 2024
    Configuration menu
    Copy the full SHA
    6028074 View commit details
    Browse the repository at this point in the history
  22. Update base/operators.jl

    Co-authored-by: Lilith Orion Hafner <lilithhafner@gmail.com>
    MilesCranmer and LilithHafner authored Jul 4, 2024
    Configuration menu
    Copy the full SHA
    f2980d4 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    5146e1e View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    cec1675 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    09ee6ec View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. Configuration menu
    Copy the full SHA
    42a1e3e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd51d2e View commit details
    Browse the repository at this point in the history
  3. Apply suggestions from code review

    Co-authored-by: Lilith Orion Hafner <lilithhafner@gmail.com>
    MilesCranmer and LilithHafner authored Jul 5, 2024
    Configuration menu
    Copy the full SHA
    9d8e9ab View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2024

  1. Apply suggestions from code review

    Co-authored-by: Lilith Orion Hafner <lilithhafner@gmail.com>
    Co-authored-by: Alexander Plavin <alexander@plav.in>
    3 people authored Jul 6, 2024
    Configuration menu
    Copy the full SHA
    717f39b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f2b116 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    316db38 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    04c247c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1908c1f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3fbdb91 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. Update base/operators.jl

    Co-authored-by: Neven Sajko <s@purelymail.com>
    MilesCranmer and nsajko authored Jul 25, 2024
    Configuration menu
    Copy the full SHA
    d514e46 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ded1bfb View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. Configuration menu
    Copy the full SHA
    2e9a91c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    08d774b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1a107b0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6bc91a2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3e19e97 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. Configuration menu
    Copy the full SHA
    ff197b8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e813fa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    04dfe09 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6cac583 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0271f75 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ed64473 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4999c2f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c7aebb3 View commit details
    Browse the repository at this point in the history
  9. test: add back in test

    MilesCranmer committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    8c9f62f View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

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