Closed rdeits closed 6 years ago
Happy Upgradathon Friday
This PR fixes all the deprecation warnings on Julia v0.7 and also bumps the minimum Julia version to v0.7.
Notable changes:
const
parse()
Happy Upgradathon Friday
This PR fixes all the deprecation warnings on Julia v0.7 and also bumps the minimum Julia version to v0.7.
Notable changes:
const
annotations on local variables. These never actually did anything at all, and they are now disallowedparse()
and string concatenation in the macros and replaced them with expressions. This should be less brittle.