Simplify properties which contain lists of integer and integer range entries...
Simplify properties which contain lists of integer and integer range entries to minimal combination of ints and range... Original commit message from CVS: Simplify properties which contain lists of integer and integer range entries to minimal combination of ints and ranges that is equivalent. eg, (1,2,3,7-12,13) becomes (1-3,7-13) Don't bother with floats for the moment, though it would be easy to add an equivalent, which would simplify overlapping ranges.
Loading
Please register or sign in to comment