macronx

Results 1 comments of macronx

The fix for '2.2sec' breaks version numbers like '1.1a'. Compare: ``` ['1.1a', '1.1b', '1.10a'].sort(naturalSort) ['v1.1a', 'v1.1b', 'v1.10a'].sort(naturalSort) ``` The problem is determining the difference between a floating point number and...