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

Mark ThisExpression and Super as Purish #12251

Merged
merged 3 commits into from
Oct 27, 2020

Commits on Oct 25, 2020

  1. Mark ThisExpression as Purish

    The other purish types are functions and literals, so I
    guess it means "it doesn't have side effects"
    nicolo-ribaudo committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    5b9ba59 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2020

  1. Super & tests

    nicolo-ribaudo committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    c296bd5 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2020

  1. Fix tests

    nicolo-ribaudo committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    f962a32 View commit details
    Browse the repository at this point in the history