hi all (especially TIm!) with a fresh install of julia today, when I try to use HDF5 package I get an error.
using HDF5 ERROR: syntax: "data::data" is not a valid function argument name in reload_path at loading.jl:144 in _require at loading.jl:59 in require at loading.jl:43 while loading /local/data/home/stephen/.julia/v0.3/HDF5/src/jld.jl, in expression starting on line 465 The typo in line 465 has recently been fixed (it was data::data::T for some T, which I think should just be data::T) https://github.com/timholy/HDF5.jl/commit/cd4962bb3eba0dedd1a72c7a9ed28b010da0d6b2 Should the package information at: https://github.com/JuliaLang/METADATA.jl/tree/metadata-v2/HDF5 be bumped? Thanks, Stephen
