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

DM-19690: audit for ast error-checking #52

Merged
merged 1 commit into from
May 16, 2019
Merged

Commits on May 13, 2019

  1. audit for ast error-checking

    Added assertOK() where it had been left out. This is C code, so
    it needs to be done after every astXXX function call, except for
    a few (e.g., astAnnul) and where it's in a destructor. Otherwise,
    the ast global error state can be set, we don't realise it, and
    the error appears to come out of somewhere else.
    PaulPrice committed May 13, 2019
    Configuration menu
    Copy the full SHA
    f403422 View commit details
    Browse the repository at this point in the history