hdf5 icon indicating copy to clipboard operation
hdf5 copied to clipboard

Various fixes

Open mathstuf opened this issue 3 years ago • 9 comments


Various fixes from VTK's bundled HDF5 that we've applied that seems relevant for upstream.

mathstuf avatar Apr 14 '22 14:04 mathstuf

I can split this into multiple PRs if that is preferred as well.

mathstuf avatar Apr 14 '22 14:04 mathstuf

The proposed changes need justification/discussion

Please see the commit messages. Are there any that are deficient?

mathstuf avatar Apr 14 '22 17:04 mathstuf

How about breaking the isnan change into a separate PR and also the H5S changes into another PR?

qkoziol avatar Apr 18 '22 00:04 qkoziol

How about breaking the isnan change into a separate PR and also the H5S changes into another PR?

I agree. Smaller, more focused PRs are easier to review and merge downstream to other maintenance branches.

derobins avatar Apr 22 '22 15:04 derobins

See #1708 and #1709 for those two split out.

mathstuf avatar May 01 '22 15:05 mathstuf

@mathstuf Apologies, I made a bunch of changes recently to cleanup some of the remaining warnings in the develop branch and it seems it caused conflicts among your PRs; it might be worth rebasing them on the current develop. I fixed the H5S warnings, but in a different way. For dt_arith, I just replaced the direct self comparison with a comparison using an epsilon, but using isnan probably makes more sense.

jhendersonHDF avatar May 01 '22 22:05 jhendersonHDF

Thanks; I'll get around to it on my next HDF5 update cycle.

mathstuf avatar Jul 22 '22 19:07 mathstuf

Oh, there's stuff to perserve here.

mathstuf avatar Jul 22 '22 19:07 mathstuf

Yeah, I've been meaning to go over this again to see what's up with all the changes.

derobins avatar Jul 22 '22 19:07 derobins

I think we've pulled everything we can out of this. The one thing that is left is the cross-compiling bits, but I'm going to leave that to a future discussion.

derobins avatar Jun 07 '23 21:06 derobins