You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now that JuliaLang/julia#24960 has been merged, it's possible to do fancy things with a.b syntax. I think it could make sense to use this feature in FITSIO.jl, so that fields can be accessed with the more natural syntax fits.field, rather than fits[:field]. What do you think?
It should be easy to deprecate the old syntax in favor of the new one, however I fear that all this will require Julia 0.7.
The text was updated successfully, but these errors were encountered:
Now that JuliaLang/julia#24960 has been merged, it's possible to do fancy things with
a.b
syntax. I think it could make sense to use this feature inFITSIO.jl
, so that fields can be accessed with the more natural syntaxfits.field
, rather thanfits[:field]
. What do you think?It should be easy to deprecate the old syntax in favor of the new one, however I fear that all this will require Julia 0.7.
The text was updated successfully, but these errors were encountered: