Closed milktrader closed 9 years ago
Going to re-open this until the other packages get updated
The commit that fixed this issue is likely going to break on v0.3 since the syntax change only applies to v0.4. So we can either a) revert to the old syntax or b) require v0.4
Probably need to revert to the old syntax and live with warnings in v0.4 for now.
The good news is that I tagged 3.13 prior to this and there are no later versions pushed to METADATA so this shouldn't blow up on anyone using the Pkg.update()
mechanism and v0.3
I suppose we can hope that no more bugs need to be fixed before v0.4 is released and we can sit here for now. :sweat_smile:
I've reverted back to v0.3-compatible Dict syntax and have stubbed (commented out) the code compatible with v0.4.
Let's leave this an open issue until v0.4
This is probably another good case for using Compat
Stale issue, closing for now. Re open after 0.4 gets released and some of these release issues go away naturally.