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

24 call not supported #58

Merged
merged 23 commits into from
Nov 30, 2023
Merged

24 call not supported #58

merged 23 commits into from
Nov 30, 2023

Commits on Nov 23, 2023

  1. Add condition for callable.

    khatchad committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    8b6bbfe View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. Progress.

    khatchad committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    b0fad19 View commit details
    Browse the repository at this point in the history
  2. Metadata.

    khatchad committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    ece65d0 View commit details
    Browse the repository at this point in the history
  3. Generalize.

    khatchad committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    e4130c7 View commit details
    Browse the repository at this point in the history
  4. More readable.

    khatchad committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    d591bc4 View commit details
    Browse the repository at this point in the history
  5. Add constant.

    khatchad committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    ebf456b View commit details
    Browse the repository at this point in the history
  6. Add final.

    khatchad committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    573cfa1 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. Shorten variable name.

    khatchad committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    05f9320 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. Configuration menu
    Copy the full SHA
    549d88e View commit details
    Browse the repository at this point in the history
  2. Turn verbose logging on.

    khatchad committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    4cb419b View commit details
    Browse the repository at this point in the history
  3. Progress.

    khatchad committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    508ddb5 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

  1. Address wala#106 (comment).

    khatchad committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    ecaa646 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f0f7679 View commit details
    Browse the repository at this point in the history
  3. Add another calls test.

    Like calls1 but replace Foo.foo with Foo.__call__.
    khatchad committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    7062aac View commit details
    Browse the repository at this point in the history
  4. Add callables test.

    khatchad committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    39e7786 View commit details
    Browse the repository at this point in the history
  5. Revert "Add another calls test."

    This reverts commit 7062aac. It's not testing what we want.
    khatchad committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    c577453 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2419b0d View commit details
    Browse the repository at this point in the history
  7. Add user-defined superclass.

    khatchad committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    5a47958 View commit details
    Browse the repository at this point in the history
  8. Add logging.

    khatchad committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    02cfd10 View commit details
    Browse the repository at this point in the history
  9. Format.

    khatchad committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    77aa300 View commit details
    Browse the repository at this point in the history
  10. Remove CG dump.

    khatchad committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    92dd214 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2749b1d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8976e5f View commit details
    Browse the repository at this point in the history