kaitai-io / kaitai_struct_visualizer

Kaitai Struct: visualizer and hex viewer tool
https://rubygems.org/gems/kaitai-struct-visualizer
GNU General Public License v3.0
284 stars 25 forks source link

Using :Fixnum and :Bignum is deprecated. #34

Closed ams-tschoening closed 4 years ago

ams-tschoening commented 4 years ago

Using :Fixnum and :Bignum is deprecated and leads to an ugly warning when viewing data. Things are not aligned properly anymore and can only be cleared by using the arrow keys.

Clipboard01

GreyCat commented 4 years ago

Makes sense, thanks! Ideally, we'd like to have a clear understanding which versions of Ruby we target here, but this is a good step forward :)