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

explicitly use Tuple with typealias ColumnDef #28

Closed nirinA closed 9 years ago

nirinA commented 9 years ago

this quick fix prevents error in ColumnDef with recent v0.4

kbarbary commented 9 years ago

I think this should be Tuple{...} not Tuple(...). Also should bump the required version of Compat to v0.4.1 in REQUIRE.

nirinA commented 9 years ago

ouch! corrected and bumped thanks

kbarbary commented 9 years ago

Thanks!