Dana Robinson

Results 36 issues of Dana Robinson

When you build c-blosc on Windows, the HDF5 filter test will fail if c-blosc and HDF5 link to different versions of the C run-time library (CRT). The reason for this...

The data array parameter in dataset write calls should be `const void * const buf[]` instead of `const void * buf[]` as the latter allows for the const-ness to be...

**Describe the bug** MSVC Debug tests fail in GitHub actions when the H5L Java tests time out. **Expected behavior** H5L Java tests should pass. They run quickly on all other...

bug

cmake/FindSZIP.cmake is poorly maintained and does not search for libaec. It should be updated or, if this is not possible, removed. Mentioned in a comment in #2041

enhancement

We don't need to maintain scripts to perform simple tasks I'm a little more open to keeping this one around, but I'd also be willing to guess that nobody has...

* Remove HD from vasprintf() * Document that it's GNU/BSD, not POSIX * Minor tidying

Merge - To 1.14
Priority - 3. Low 🔽
Component - C Library
Type - Improvement

This parameter is currently unused since the implementation has changed since the API call was designed. This internal detail should never have been exposed to users. We should remove this...

Priority - 2. Medium ⏹
Component - C Library
Type - Deprecation / Removal

dst_aligned is unitialized and flagged in float --> long double conversions

Merge - To 1.14
Priority - 1. High 🔼
Component - C Library
Type - Improvement

Does not turn parallel CI on in NVHPC, etc. - just the main yml files.

Merge - To 1.14
Priority - 1. High 🔼
Component - Testing
Type - Improvement

We are seeing sporadic test failures in the NVHPC CI action. The one I see is usually h5diff_172, though there may be others. These failures appear to be due to...

Priority - 0. Blocker ⛔
Component - Parallel
Component - Testing
Type - Bug