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

Improve error message when non-existent filter is encountered. #2000

Merged
merged 4 commits into from
May 27, 2021

Commits on May 18, 2021

  1. Improve error message when non-existent filter is encountered.

    re: Unidata#1996
    
    Improve the error message and location that is reported when reading a filter with a variable that uses a filter that is not available on the reading platform.
    
    This requires checking the availability of the filter, recording it, and failing when any attempt is made to read or write that variable. A test case was added for this in tst_filter.sh. Also, LOG level 0 message is generated giving the variable and the filter id.
    
    Note that by design if there is no attempt to read or write the variable, then no error is reported; this means that, for example, ncdump -h will list the filter even though it is not actually available. This is important for allowing a user to see the filter details.
    DennisHeimbigner committed May 18, 2021
    Configuration menu
    Copy the full SHA
    74e7812 View commit details
    Browse the repository at this point in the history
  2. Update RELEASE NOTES

    DennisHeimbigner committed May 18, 2021
    Configuration menu
    Copy the full SHA
    432477c View commit details
    Browse the repository at this point in the history
  3. add extra test

    DennisHeimbigner committed May 18, 2021
    Configuration menu
    Copy the full SHA
    3194585 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2021

  1. Configuration menu
    Copy the full SHA
    cc618af View commit details
    Browse the repository at this point in the history