gdalle / CheckConcreteStructs.jl

https://gdalle.github.io/CheckConcreteStructs.jl/
MIT License
5 stars 2 forks source link

List all non-concrete fields on error #9

Open serenity4 opened 2 weeks ago

serenity4 commented 2 weeks ago

When @check_concrete fails, it would be much better to list all the fields that are not concrete, instead of tripping on the first one, because the user would have to see N errors for N non-concrete fields.