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

Modify PR 2655 to ensure transient types have names. #2724

Merged
merged 2 commits into from
Jul 24, 2023

Commits on Jul 23, 2023

  1. Modify PR Unidata#2655 to ensure transient types have names.

    re: PR Unidata#2655
    
    This PR modifies the transient types PR so that all created
    transient types are given a created unique name (within a
    group). The form of the name is "_Anonymous<Class>NN". The class
    is the user-defined type class: Enum, Compound, Opaque, or
    Vlen. NN is an integer identifier to ensure uniqueness.
    Additionally, this was applied to DAP/4 anonymous dimensions.
    This also required some test baseline data changes.
    
    The transient test case is modified to verify that the name exists.
    DennisHeimbigner committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    a37ca49 View commit details
    Browse the repository at this point in the history
  2. Update release notes

    DennisHeimbigner committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    a446ebf View commit details
    Browse the repository at this point in the history