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

[WIP] Refactor using curry_flip from Expression library #682

Draft
wants to merge 14 commits into
base: master
Choose a base branch
from

Commits on Dec 31, 2022

  1. Configuration menu
    Copy the full SHA
    5e15ac6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d780af9 View commit details
    Browse the repository at this point in the history
  3. Fix map operator

    dbrattli committed Dec 31, 2022
    Configuration menu
    Copy the full SHA
    a115165 View commit details
    Browse the repository at this point in the history
  4. Code fixes (isort)

    dbrattli committed Dec 31, 2022
    Configuration menu
    Copy the full SHA
    901a6fb View commit details
    Browse the repository at this point in the history
  5. Exclude curry.py for mypy

    dbrattli committed Dec 31, 2022
    Configuration menu
    Copy the full SHA
    482146e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    38811f7 View commit details
    Browse the repository at this point in the history
  7. Fix mypy config

    dbrattli committed Dec 31, 2022
    Configuration menu
    Copy the full SHA
    0acdea1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c9918eb View commit details
    Browse the repository at this point in the history
  9. Add attribution

    dbrattli committed Dec 31, 2022
    Configuration menu
    Copy the full SHA
    b50bde2 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2023

  1. Use curry flip on buffer_with_count

    Propose some test cleanup (more readable)
    Propose typing overload for map_
    Propose defining a UnaryOperator type
    mat authored and dbrattli committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    bef11f2 View commit details
    Browse the repository at this point in the history
  2. Fix overloads on map

    Propose MonoTypeOperator type
    Propose documentation draft for curry flip
    mat authored and dbrattli committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    b349f25 View commit details
    Browse the repository at this point in the history
  3. iSort fix

    mat authored and dbrattli committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    b6696bb View commit details
    Browse the repository at this point in the history
  4. Drop typing idea

    Hint on contributing, checks to run
    mat authored and dbrattli committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    5873b21 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2023

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