Seelengrab / FieldFlags.jl

A small package for creating bitfield-like structs.
https://seelengrab.github.io/FieldFlags.jl/
MIT License
11 stars 0 forks source link

Give a good error for duplicated fields #4

Open Seelengrab opened 1 year ago

Seelengrab commented 1 year ago

It would be nice to be able to point at the exact fields that are duplicated, instead of just pointing out that they are.

https://github.com/Seelengrab/FieldFlags.jl/blob/9d9591e978de9959636c1c0fe8792fe8538219b8/src/FieldFlags.jl#L155

https://github.com/Seelengrab/FieldFlags.jl/blob/9d9591e978de9959636c1c0fe8792fe8538219b8/src/FieldFlags.jl#L514