Right now, the ironArray header does not have a msgpack header. This prevents it to be dumped by using general tools like https://github.com/BatchLabs/msgpack-dump. Converting it to msgpack should fix this.
My suggestion is to use a fixarray as the first element in the header.
Remember to update the .iarr files for the test suite after changing the header.
Right now, the ironArray header does not have a msgpack header. This prevents it to be dumped by using general tools like https://github.com/BatchLabs/msgpack-dump. Converting it to msgpack should fix this.
My suggestion is to use a fixarray as the first element in the header.
Remember to update the
.iarr
files for the test suite after changing the header.