JuliaIO / CBOR.jl

A Concise Binary Object Representation (RFC 7049) serialization library in Julia
MIT License
19 stars 13 forks source link

hex2num is deprecated #7

Closed stevengj closed 4 years ago

stevengj commented 7 years ago

hex2num and num2hex are now deprecated (https://github.com/JuliaLang/julia/pull/22088).

You currently use these functions, but as I mentioned in another issue (https://github.com/JuliaLang/julia/issues/22031#issuecomment-303817621), you would be much better off using reinterpret anyway.

chakravala commented 7 years ago

alright, I was planning to create another pull request to make this package compatible with 0.7, when I do that I may look into this issue as well.

chakravala commented 5 years ago

This change has now been implemented in the new pull request #8 for Julia 0.7+ and 1.1+

however, the tests are not passing yet, there seems to be some numerical error