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

Throw a type error when a non-object is called #561

Merged
merged 3 commits into from
Jul 11, 2020

Commits on Jul 11, 2020

  1. Return a type error if any values other than functions are called, ra…

    …ther than just objects.
    joshwd36 committed Jul 11, 2020
    Configuration menu
    Copy the full SHA
    8a4a024 View commit details
    Browse the repository at this point in the history
  2. Add tests

    joshwd36 committed Jul 11, 2020
    Configuration menu
    Copy the full SHA
    f21cddb View commit details
    Browse the repository at this point in the history
  3. Format code

    joshwd36 committed Jul 11, 2020
    Configuration menu
    Copy the full SHA
    7fe6921 View commit details
    Browse the repository at this point in the history