I have been working on an Elvish way to compare values in order to implement semantic version comparisons. The default comparison function used by the order command appears to do what I want. It is a shame that I have to reinvent that wheel using Elvish commands.
I have been working on an Elvish way to compare values in order to implement semantic version comparisons. The default comparison function used by the
ordercommand appears to do what I want. It is a shame that I have to reinvent that wheel using Elvish commands.