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 issues #378, #379, #385 #387

Merged
merged 3 commits into from Jul 18, 2020
Merged

Fix issues #378, #379, #385 #387

merged 3 commits into from Jul 18, 2020

Commits on Jul 17, 2020

  1. Copy the full SHA
    e2b6822 View commit details
    Browse the repository at this point in the history
  2. Fix eliben#378: replace assertion with check

    Only the assertion inside `_build_function_definition` is replaced. The
    assertion is not appropriate because there are possible inputs that
    would trigger the assertion, they're just grammatically incorrect. Thus,
    it is replaced with a check that raises `ParseError` on failure.
    huzecong committed Jul 17, 2020
    Copy the full SHA
    f896347 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    5a00983 View commit details
    Browse the repository at this point in the history