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

Add private DataSpace (named) ctor fromId. #1030

Merged
merged 1 commit into from
Jul 26, 2024
Merged

Conversation

1uc
Copy link
Collaborator

@1uc 1uc commented Jul 25, 2024

Certain HDF5 API creates data spaces, in order to use this API, we need to be able to create HighFive::DataSpace from an HID.

Copy link

codecov bot commented Jul 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 86.78%. Comparing base (8bb1ed8) to head (40d2159).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1030   +/-   ##
=======================================
  Coverage   86.78%   86.78%           
=======================================
  Files         101      101           
  Lines        5964     5964           
=======================================
  Hits         5176     5176           
  Misses        788      788           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Certain HDF5 API creates data spaces, in order to use this API, we need
to be able to create `HighFive::DataSpace` from an HID.
@1uc 1uc force-pushed the 1uc/dataspace-private-ctor branch from 484aad7 to 40d2159 Compare July 25, 2024 13:52
@1uc 1uc marked this pull request as ready for review July 25, 2024 14:19
@1uc 1uc merged commit 62bef2f into master Jul 26, 2024
37 checks passed
@1uc 1uc deleted the 1uc/dataspace-private-ctor branch July 26, 2024 08:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants