Eliminate duplicates in expansion?

Hi,

in a recent update to the test suite Dave changed the behavior of expansion
to remove duplicates in sets. Is this what we wanna do?

So, e.g., "prop": [ 1, 2, 2, 2, 2, 3 ] will now get expanded to "prop": [ 1,
2, 3 ] (of course as @value objects). Is this what we wanna do? Or is this
something we should do as part of framing resp. subject map generation?


--
Markus Lanthaler
@markuslanthaler

Received on Wednesday, 23 May 2012 11:17:41 UTC