AutoHashEquals.jl icon indicating copy to clipboard operation
AutoHashEquals.jl copied to clipboard

empty composite types lead to an error

Open matthias314 opened this issue 4 years ago • 0 comments

README.md mentions empty records, however:

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

matthias314 avatar Dec 20 '21 00:12 matthias314