Closed davidssmith closed 7 years ago
Validation fails on v0.6 with a ton of error messages. Also some other deprecations to deal with.
Probably can be handled with judicious use of something like
if VERSION >= "v0.6.0" stuff end
Also Compat.jl is probably helpful.
Compat.jl
Validation fails on v0.6 with a ton of error messages. Also some other deprecations to deal with.
Probably can be handled with judicious use of something like