JuliaServices / AutoHashEquals.jl

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

Add tests for hash stability between Julia versions. #46

Closed gafter closed 1 year ago

gafter commented 1 year ago

I'd like to have this test in place before we make any more changes to computed hash codes. Thus I'm making a separate PR.

codecov[bot] commented 1 year ago

Codecov Report

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

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #46 +/- ## ========================================= 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

@comnik @mcmcgrath13 I would like to get this PR in before the others. It ensures we don't introduce any instabilities of the hash function compared with the current version. Could you have a look please. It is just adding some tests.