Skip to content
Snippets Groups Projects
Commit 5bac7594 authored by Richard Boulton's avatar Richard Boulton
Browse files

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.
parent 55746a46
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment