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 an incorrect returned value by H5LTfind_dataset() #4869

Merged
merged 3 commits into from
Sep 24, 2024

Commits on Sep 23, 2024

  1. Fix an incorrect returned value by H5LTfind_dataset()

    H5LTfind_dataset() returns true for non-existing datasets because it only compares up to the length of the searched string, such as "Day" vs "DayNight" (issue HDFGroupGH-4780).
    
    This PR applied the user's patch and added tests.
    bmribler committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    0afab4a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bbd6ab7 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Added new entries

    bmribler committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    40ff8a9 View commit details
    Browse the repository at this point in the history