Skip to content

make it work on Julia v1.10

Rafael Fourquet requested to merge rfourquet/BitConverter.jl:julia-1.10 into master

We were getting this error with julia v1.10:

julia> using BitConverter
Precompiling BitConverter
        Info Given BitConverter was explicitly requested, output will be shown live
ERROR: LoadError: Creating a new global in closed module `__toplevel__` (`Int`) breaks incremental compilation because the side effects will not be permanent.
Stacktrace:
[...]

Merge request reports