-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix Images Version Sorting #341
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is awesome! ran it locally, lists were sorting nicely, I feel like this really opens things up to turning this field into a combox/search select terminal prompt
/** | ||
* @test | ||
* | ||
* @testWith [["latest", "8.0"], ["latest", "8.0"]] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This all looks good, nice work getting it more simplified and using that new comparator class. I haven't run this locally but if Guillermo has then that's great.
I've also tested this on an M1 and it works. One thing I want to eventually handle is that it should consider |
Changed
closes #337
Screenshots