JuliaServices / AutoHashEquals.jl

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

Add tests for the error conditions. #41

Open gafter opened 1 year ago

gafter commented 1 year ago

We have a test that an error is produced when @auto_hash_equals cached=true is used on a type that has an internal constructor.

We should test other error conditions as well.