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

Compose macro #214

Merged
merged 11 commits into from
May 28, 2023
Merged

Compose macro #214

merged 11 commits into from
May 28, 2023

Commits on May 26, 2023

  1. Add depth to MARK ]

    gilch committed May 26, 2023
    Configuration menu
    Copy the full SHA
    c0df3f9 View commit details
    Browse the repository at this point in the history
  2. Use # instead of @

    tuple str are hashable
    gilch committed May 26, 2023
    Configuration menu
    Copy the full SHA
    82e3f2e View commit details
    Browse the repository at this point in the history

Commits on May 27, 2023

  1. Remove examples in ^# docstring

    They'll be changing too rapidly. I'll add examples later.
    gilch committed May 27, 2023
    Configuration menu
    Copy the full SHA
    14ea7a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dae5ff8 View commit details
    Browse the repository at this point in the history
  3. Add literal-with-depth lookups

    gilch committed May 27, 2023
    Configuration menu
    Copy the full SHA
    e70061a View commit details
    Browse the repository at this point in the history
  4. Add PACK-with-depth lookups

    gilch committed May 27, 2023
    Configuration menu
    Copy the full SHA
    75a8bf0 View commit details
    Browse the repository at this point in the history
  5. Factor out predicates

    gilch committed May 27, 2023
    Configuration menu
    Copy the full SHA
    35bf630 View commit details
    Browse the repository at this point in the history
  6. Add attribute lookups

    gilch committed May 27, 2023
    Configuration menu
    Copy the full SHA
    efc53a4 View commit details
    Browse the repository at this point in the history
  7. Add % -kwargs

    gilch committed May 27, 2023
    Configuration menu
    Copy the full SHA
    d613fa6 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2023

  1. Add , -data

    gilch committed May 28, 2023
    Configuration menu
    Copy the full SHA
    65469a6 View commit details
    Browse the repository at this point in the history
  2. Fill in ^# docstring again

    gilch committed May 28, 2023
    Configuration menu
    Copy the full SHA
    3ce5f78 View commit details
    Browse the repository at this point in the history