JuliaServices / AutoHashEquals.jl

A Julia macro to add == and hash() to composite types.
Other
57 stars 12 forks source link

Allow struct syntax, add 0.6 testing #9

Closed christopher-dG closed 7 years ago

christopher-dG commented 7 years ago

There's also some deprecation warnings that can be fixed with the new syntax, but that breaks 0.5 and I'm not sure if you want to drop support for that yet or not.

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 94.286% when pulling b25b379ebf3eb8b7e0d390297feca882da9ba9fc on christopher-dG:master into fffc944119257f468f637405a17aa08358bf15ed on andrewcooke:master.

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 94.286% when pulling b25b379ebf3eb8b7e0d390297feca882da9ba9fc on christopher-dG:master into fffc944119257f468f637405a17aa08358bf15ed on andrewcooke:master.

iamed2 commented 7 years ago

Thanks! I wasn't watching the repo so I missed this.