JuliaServices / AutoHashEquals.jl

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

Add compat version of the macro (needed for rai) #50

Closed gafter closed 11 months ago

gafter commented 11 months ago

Version 2.1.0 adds a version of the macro for clients that need strict compatibility with version 1.0, in which == is defined in terms of == instead of isequal.

codecov[bot] commented 11 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

:exclamation: No coverage uploaded for pull request base (master@0a1e379). Click here to learn what that means.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #50 +/- ## ========================================= Coverage ? 92.69% ========================================= Files ? 4 Lines ? 301 Branches ? 0 ========================================= Hits ? 279 Misses ? 22 Partials ? 0 ```

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

gafter commented 11 months ago

This PR is needed to support https://github.com/RelationalAI/raicode/pull/15489. Could I please get a review?