UWB-Biocomputing/BrainGrid

Fix deprecated (and removed) HDF5 error printing calls

stiber opened this issue · 0 comments

What kind of issue is this?

  • Bug report
  • Feature request
  • Question not answered in documentation
  • Cleanup needed

It appears that H5::Exception::printError() has not only been deprecated, but even removed, as of version 1.10 at least. (Note that this is not in the online documentation at https://support.hdfgroup.org/HDF5/doc/cpplus_RM/class_h5_1_1_exception.html) So, we need to change all calls to printError() to printErrorStack() in Hdf5Recorder.cpp and in Hdf5Recorder.cpp.

What is affected by this?

Simulator (compile time).

How do we replicate the issue/how would it work?

Expected behavior (i.e. solution or outline of what it would look like)

Other Comments