JuliaServices / AutoHashEquals.jl

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

empty composite types lead to an error #24

Open matthias314 opened 2 years ago

matthias314 commented 2 years ago

README.md mentions empty records, however:

julia> @auto_hash_equals struct A end
ERROR: LoadError: AssertionError: length(names) > 0