microsoft/thrifty

Const refs list should be `distinct()`

benjamin-bader opened this issue · 0 comments

We currently allow for the same Constant to appear in referencesConstants more than once. We should either make this member a Set or use distinct() when building it. Having duplicates will probably break the topo-sort algorithm.