On Mon, 2017-03-20 at 10:12 +0100, IOhannes m zmoelnig wrote:
On 2017-03-20 09:53, Roman Haefeli wrote:
Is it actually simply an alphabetical sort?
no. deken *tries* to do a semantic sort.
this is done using tcl's "lsort -dictionary" [1].
Ah, thanks.
it correctly sorts 1.10 after 1.1.1 but might have some more problems (e.g. your 0.1~git20170101 > 0.1 example).
please file a bug-report, if you think this too annoying.
I think it is fine as long as we know with what we're dealing with, I guess.
Roman