hdfview icon indicating copy to clipboard operation
hdfview copied to clipboard

Wrong reporting of link creation order in root

Open MarDiehl opened this issue 1 year ago • 1 comments

The information whether link creation order is tracked is wrong for the root group in HDFView (tested with version 3.3.2).

Attached are screenshots showing the behavior for base group and a regular group showing that datasets are correctly sorted, but link creation status is wrongly "Creation Order NOT Tracked" for the base group.

Codes (writing in Fortran/reading in Python) are also attached.

Image

Image

sort_file_f90.txt print_file_py.txt

print_group_py.txt sort_group_f90.txt

MarDiehl avatar Dec 17 '24 10:12 MarDiehl

Note: It might be that the issue is not in HDFView but in the core library. I've therefore opened https://github.com/HDFGroup/hdf5/issues/5183 with more information

MarDiehl avatar Dec 17 '24 12:12 MarDiehl

Since this will be tracked in the HDF5 library project, we will close this.

byrnHDF avatar Jun 05 '25 13:06 byrnHDF