Skip to content

Remove all lit duplicates

Roberto Cavada requested to merge fix_dup_enum_lits into master

Having enumerative literals duplicated or with name clashing with modes, caused the python code generated by taste to contain bugs. This removes all duplicated names, to avoid the buggy code

Merge request reports