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

backport: Add private DataSpace (named) ctor fromId. #1033

Merged
merged 1 commit into from
Jul 26, 2024

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.

@1uc 1uc changed the title Add private DataSpace (named) ctor fromId. backport: Add private DataSpace (named) ctor fromId. Jul 25, 2024
Copy link

codecov bot commented Jul 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 86.13%. Comparing base (b71a6d4) to head (59ea71d).

Additional details and impacted files
@@           Coverage Diff           @@
##             v2.x    #1033   +/-   ##
=======================================
  Coverage   86.13%   86.13%           
=======================================
  Files          90       90           
  Lines        5858     5858           
=======================================
  Hits         5046     5046           
  Misses        812      812           

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

@1uc 1uc force-pushed the 1uc/backport-dataspace-private-ctor branch 2 times, most recently from 0305ee9 to 970fdbf Compare July 26, 2024 06:03
@1uc 1uc marked this pull request as ready for review July 26, 2024 08:08
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/backport-dataspace-private-ctor branch from 970fdbf to 59ea71d Compare July 26, 2024 08:08
@1uc 1uc merged commit 904debd into v2.x Jul 26, 2024
34 checks passed
@1uc 1uc deleted the 1uc/backport-dataspace-private-ctor branch July 26, 2024 08:59
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