JuliaAstro / FITSIO.jl

Flexible Image Transport System (FITS) file support for Julia
http://juliaastro.org/FITSIO.jl/
MIT License
55 stars 29 forks source link

FITSIO with Julia 1.0 #102

Closed hbouy closed 5 years ago

hbouy commented 5 years ago

Is the current version v0.11.0 of FITSIO supposed to work under Julia 1.0?
I get the following error when starting FITSIO for the first time:

[ Info: Precompiling FITSIO [525bcba6-941b-5504-bd06-fd0dc1a4d2eb] ERROR: LoadError: syntax: extra token "ImageHDU" after end of expression Stacktrace: [1] include at ./boot.jl:317 [inlined] [2] include_relative(::Module, ::String) at ./loading.jl:1038 [3] include(::Module, ::String) at ./sysimg.jl:29 [4] top-level scope at none:2 in expression starting at /Users/Bob/.julia/packages/FITSIO/WueGk/src/FITSIO.jl:54

giordano commented 5 years ago

No, unfortunately it's not supposed to work with Julia 1.0 yet. There is a PR to fix this: #101