-
Notifications
You must be signed in to change notification settings - Fork 100
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1174 from dimaqq/avoid-lexical-sorting-versions-r…
…ebased #1174 Cherry-picked from #1168 and simplified. Rationale Juju micro versions can get larger than 9, e.g. 2.9.51. When 3.5.10 comes around, we want it to take precedence over 3.5.9 and not get wedged between 3.5.1 and 3.5.2 Keeping the current codegen mode of operation where it starts with the oldest version and whacks some internal state on encountering a latter version. (We'll deal with that in a separate PR)
- Loading branch information
Showing
1 changed file
with
11 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters