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

Move inspector to its own file. #759

Merged
merged 1 commit into from May 30, 2023
Merged

Move inspector to its own file. #759

merged 1 commit into from May 30, 2023

Conversation

1uc
Copy link
Collaborator

@1uc 1uc commented May 26, 2023

This commit prepares for the data_converter, Reader and Writer to depend on DataType. This would cause the includes to become cyclic since the DataType requires the inspector.

Note that this commit only moves code from one file to the next without any other changes.

This commit prepares for the `data_converter`, `Reader` and `Writer`
to depend on `DataType`. This would cause the includes to become cyclic
since the `DataType` requires the inspector.

Note that this commit only moves code from one file to the next without
any other changes.
@codecov
Copy link

codecov bot commented May 26, 2023

Codecov Report

Merging #759 (e9d5025) into master (4573fd3) will increase coverage by 0.04%.
The diff coverage is 85.80%.

@@            Coverage Diff             @@
##           master     #759      +/-   ##
==========================================
+ Coverage   83.62%   83.67%   +0.04%     
==========================================
  Files          66       67       +1     
  Lines        4496     4496              
==========================================
+ Hits         3760     3762       +2     
+ Misses        736      734       -2     
Impacted Files Coverage Δ
include/highfive/bits/H5Converter_misc.hpp 100.00% <ø> (+13.35%) ⬆️
include/highfive/bits/H5Inspector_misc.hpp 85.80% <85.80%> (ø)

@1uc 1uc marked this pull request as ready for review May 26, 2023 08:00
@alkino alkino merged commit 8058858 into master May 30, 2023
29 checks passed
@alkino alkino deleted the 1uc/split-h5converter branch May 30, 2023 06:10
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.

None yet

3 participants