JuliaArrays / AxisArrays.jl

Performant arrays where each dimension can have a named axis with values
http://JuliaArrays.github.io/AxisArrays.jl/latest/
Other
200 stars 41 forks source link

Tests fail with --precompiled-modules=no #161

Closed c42f closed 5 years ago

c42f commented 5 years ago

Various tests are broken when using julia --compiled-modules=no, due to the definition order of functions and methods relative to generated functions which causes world age errors. This is currently a problem for people calling julia from python.

Possibly useful to xref the analogous issue in Unitful: https://github.com/PainterQubits/Unitful.jl/issues/232