JuliaServices / AutoHashEquals.jl

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

Update the contents of this entire package #32

Closed gafter closed 1 year ago

gafter commented 1 year ago

from what used to be AutoHashEqualsCached.jl

codecov[bot] commented 1 year ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@f643bdd). Click here to learn what that means. Patch has no changes to coverable lines.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #32 +/- ## ========================================= Coverage ? 94.63% ========================================= Files ? 2 Lines ? 205 Branches ? 0 ========================================= Hits ? 194 Misses ? 11 Partials ? 0 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

gafter commented 1 year ago

@mcmcgrath13 I think I've addressed all of your comments.

gafter commented 1 year ago

I just realized that I'm changing the behavior of @auto_hash_equals and this will change the hash value in raicode. So I'm going to change the default back to ignoring type arguments.

gafter commented 1 year ago

@mcmcgrath13 I think I've addressed all of your comments now.