Unclear which prop-list args are unused in H5Acreate2 #3493
Labels
Component - Documentation
Doxygen, markdown, etc.
Priority - 2. Medium ⏹
It would be nice to have this in the next release
Type - Bug / Bugfix
Please report security issues to [email protected] instead of creating an issue on GitHub
Describe the bug
H5Acreate2()
has args defined asThe docs say that
acpl
is currently unused. I think there are places in the code that say this. However, there is no table of properites for attribute access in the docs. Only for attribute creation which suggests to me thatacpl
is used andaapl
is currently not used. I am not able to find any instance ofH5Acreate2()
in tests that pass anything other thanH5P_DEFAULT
for bothacpl
andaapl
.I believe the docs and code are in error in saying
acpl
is unused. I think the unused arg isaapl
.I started to try to submit a PR and then got lost in finding where the statement
The acpl parameter is currently not used; specify H5P_DEFAULT
actually lives in the sources.The text was updated successfully, but these errors were encountered: