JuliaServices / AutoHashEquals.jl

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

Modernize: Add a Project.toml and bump version number to `v0.3.0`. #17

Closed NHDaly closed 4 years ago

NHDaly commented 4 years ago

It's been a while since I had to modernize a package, but it looks to me like the Project.toml file is the only thing missing. Lemme know if there's anything else I'm missing and I can add it! :)

coveralls commented 4 years ago

Coverage Status

Coverage decreased (-6.06%) to 93.939% when pulling 5e8ce4631388e25b5d7f077e134f1cf3bf5a3c34 on NHDaly:nhd-Project.toml into b5dd75bf2e99194b99d217f78d92147f6ed852e4 on andrewcooke:master.

iamed2 commented 4 years ago

Ah wait, you should install https://github.com/marketplace/actions/julia-tagbot so tags are autocreated

NHDaly commented 4 years ago

Ooh, good call. Just did. :) Thanks

iamed2 commented 4 years ago

Oh and I forgot: update CI to Julia versions 1.0 and 1 and nightly, and remove the PkgEval badges from the README

NHDaly commented 4 years ago

good call. done! :)

There's also of course a bunch of Compat spread through the code, which can now all go, but that seems like a 1.1.0 type change, to me. :)

iamed2 commented 4 years ago

RIP 100% coverage