You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This "implementation" comes from the initial commit in 2016 when the C++/STL runtime was started (8d533f3:kaitai/kaitaistream.cpp:8), so perhaps it was disabled just for debugging reasons during the initial testing, but I don't see any reason why kstream::close() should be a no-op - makes no sense to me.
The text was updated successfully, but these errors were encountered:
If kaitai::kstream::close() is impossible to implement, it should be removed, otherwise it looks like the runtime library is capable of something it in fact isn't.
This is, of course, a potential breaking change, but I think for the better.
@GreyCat Is there a reason
m_io->close()
is commented out here?kaitai_struct_cpp_stl_runtime/kaitai/kaitaistream.cpp
Lines 44 to 46 in cb09b3a
This "implementation" comes from the initial commit in 2016 when the C++/STL runtime was started (
8d533f3:kaitai/kaitaistream.cpp:8
), so perhaps it was disabled just for debugging reasons during the initial testing, but I don't see any reason whykstream::close()
should be a no-op - makes no sense to me.The text was updated successfully, but these errors were encountered: