Skip to content
This repository was archived by the owner on Feb 26, 2025. It is now read-only.

Conversation

@alkino
Copy link
Member

@alkino alkino commented Nov 24, 2022

I will endly try to get a full tests of all types we support.

This PR is a WIP to fix #496

@alkino alkino force-pushed the cornu/all_types branch 7 times, most recently from 147ade9 to 03b57c4 Compare November 25, 2022 11:59
@alkino alkino changed the base branch from master to cornu/cleaning November 25, 2022 12:00
matz-e
matz-e previously approved these changes Nov 25, 2022
Base automatically changed from cornu/cleaning to master November 27, 2022 07:22

// Create the dataset
DataSet dataset =
file.createDataSet(DATASET_NAME, {5}, create_datatype<typename TestType::value_type>());
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess this is causing warnings when {5} is cast to a type where you may lose the sign.

@alkino alkino changed the base branch from master to cornu/fix_support_of_bool January 20, 2023 17:09
@codecov-commenter
Copy link

Codecov Report

Merging #653 (4636e4d) into cornu/fix_support_of_bool (38c524a) will increase coverage by 0.29%.
The diff coverage is 100.00%.

@@                      Coverage Diff                      @@
##           cornu/fix_support_of_bool     #653      +/-   ##
=============================================================
+ Coverage                      80.21%   80.50%   +0.29%     
=============================================================
  Files                             66       67       +1     
  Lines                           3973     4027      +54     
=============================================================
+ Hits                            3187     3242      +55     
+ Misses                           786      785       -1     
Impacted Files Coverage Δ
tests/unit/test_all_types.cpp 100.00% <100.00%> (ø)
include/highfive/bits/H5Converter_misc.hpp 81.60% <0.00%> (-0.30%) ⬇️
include/highfive/bits/H5DataType_misc.hpp 80.61% <0.00%> (+2.30%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@alkino alkino merged commit 3f6fb5d into cornu/fix_support_of_bool Jan 20, 2023
@alkino alkino deleted the cornu/all_types branch January 20, 2023 17:41
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add a test for all types

4 participants