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

Clear deprecation warnings in Julia 0.6 #59

Closed giordano closed 7 years ago

giordano commented 7 years ago

I don't know what the @compat macro is used for in the definitions of ColumnDef and FITSTableScalar, can be removed?

kbarbary commented 7 years ago

Maybe those @compats were left over from supporting 0.3?

giordano commented 7 years ago

The package passes test on Julia 0.4.7 on my system without all those @compats. I removed them and replaced all convert(T, x) with T(x).