online-judge icon indicating copy to clipboard operation
online-judge copied to clipboard

Sort function for language dropdown

Open Xyene opened this issue 7 years ago • 1 comments

image

Specifically, if the second token of the language split on a space is an integer, it should be used to sort. That is, Java 10 should appear after Java 9 and not lexicographically before Java 7, for example.

Xyene avatar Nov 27 '17 22:11 Xyene

key=LooseVersion

quantum5 avatar Nov 27 '17 22:11 quantum5