kaitai_struct_ruby_runtime
kaitai_struct_ruby_runtime copied to clipboard
Kaitai Struct: runtime for Ruby
Results
2
kaitai_struct_ruby_runtime issues
Sort by
recently updated
recently updated
newest added
See https://www.honeybadger.io/blog/ruby-exception-vs-standarderror-whats-the-difference/#custom-exceptions-should-inherit-from-standarderror: > It means you should always inherit from `StandardError`, and NEVER from `Exception`. Inheriting from Exception is bad because it breaks the expected behavior of rescue. People will...
bug
We're probably not ready to end support for Ruby versions older than 2.4 (yet), but when we are, we could make methods for reading integers faster by switching to `String#unpack1`...
enhancement