Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
cmd/juju: Swap out natural sorting implementation #5666
Conversation
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
jujubot
merged commit 6cd7f38
into
juju:model-migration
Jun 21, 2016
mjs
deleted the
mjs:swap-natural-sort
branch
Jun 21, 2016
|
Why was this change made against model-migration rather than master? It's not related to model-migration at all as far as I can tell, and having it here made it very hard to understand why I was seeing weird sorting behaviour when I knew this had been done. It would have been better to JFDI it onto master (despite it being blocked) than have it be theoretically fixed but languishing here waiting for the rest of the model-migration work to be finished. Can we cherry-pick it across to master? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
mjs commentedJun 20, 2016
•
Edited 1 time
-
ericsnowcurrently
Jun 20, 2016
The natural sorting implementation has been extracted to github.com/juju/utils and improved. Now use that and remove the implementation in github.com/juju/juju/cmd/juju/common.
(Review request: http://reviews.vapour.ws/r/5111/)