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

Fix issue 50 #63

Merged
merged 2 commits into from
Jul 24, 2024
Merged

Fix issue 50 #63

merged 2 commits into from
Jul 24, 2024

Commits on May 21, 2024

  1. Fix issue 50

    Do proper partial evaluation of e ? x1 : x2. If e is true, only x1 is evaluated; if e is false, only x2 is evaluated.
    slott56 committed May 21, 2024
    Configuration menu
    Copy the full SHA
    59e902d View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Update test_evaluation to include utterly invalid nodes

    This assures that `true ? 6 : invalid` and `false ? invalid : 7` never evaluate the invalid nodes.
    slott56 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    bd2a68f View commit details
    Browse the repository at this point in the history