JuliaServices / AutoHashEquals.jl

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

Allow AutoHashEquals for signleton types #15

Closed fratrik closed 1 year ago

fratrik commented 5 years ago

I have singleton types (they control branching on algorithms), and I would like them to have stable hashes. Your package does the trick!

coveralls commented 5 years ago

Coverage Status

Coverage decreased (-3.8%) to 96.25% when pulling c3442780712e0b0fb1148b13617887f0a5874850 on fratrik:master into b5dd75bf2e99194b99d217f78d92147f6ed852e4 on andrewcooke:master.

gafter commented 1 year ago

The current implementation handles singleton types.