- "order" should be added to the list of locals
- Is it expected that "is-at-least 5.9.33 5.9.x7" returns yes? The current version returns no. It comes from the fact that in the current version leading non-number parts of a segment (such as the "zefram" in 3.1.2-zefram4) are not considered when the comparison is done; only the numbers matter. However the current version seems to only do that in the second argument. In the first argument such segments seem to be simply ignored. For instance, "is-at-least 5.9.x33.55 5.9.54" returns no and "is-at-least 5.9.x33.55 5.9.56" returns yes as if there was no "x33" segment in the first argument.
Philippe