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

Moved axisnames earlier in core.jl #132

Closed rofinn closed 6 years ago

rofinn commented 6 years ago

In order to include AxisArrays in system images we needed to move the axisnames definitions earlier in the core.jl file. This appears to be an issue with generated functions and system images. In this case, we're calling the generated similar function which references axisdim outside of the quote block, which then referenced the axisnames methods defined later in the file.

mbauman commented 6 years ago

Funny.