Skip to content
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

asdf list-all graalvm is not sorted by version #19

Open
austince opened this issue Jul 7, 2021 · 0 comments · May be fixed by #26
Open

asdf list-all graalvm is not sorted by version #19

austince opened this issue Jul 7, 2021 · 0 comments · May be fixed by #26

Comments

@austince
Copy link

austince commented Jul 7, 2021

This makes it hard to just install the latest. It seems like it is currently sorted by created_at time, but I'm not sure this is the most intuitive order.

❯ asdf list-all graalvm
19.0.0
19.0.2
19.1.0
19.1.1
19.2.0
19.2.0.1
19.2.1
19.3.0-java8
19.3.0-java11
19.3.0.2-java8
19.3.0.2-java11
20.0.0-java8
20.0.0-java11
19.3.1-java8
19.3.1-java11
19.3.6-java8
19.3.6-java11
20.3.2-java8
20.3.2-java11
21.1.0-java8
21.1.0-java11
21.0.0.2-java8
21.0.0.2-java11
20.3.1.2-java8
20.3.1.2-java11
21.0.0-java8
21.0.0-java11
20.3.1-java8
20.3.1-java11
19.3.5-java8
19.3.5-java11
20.3.0-java8
20.3.0-java11
19.3.4-java8
19.3.4-java11
20.2.0-java8
20.2.0-java11
19.3.3-java8
19.3.3-java11
20.1.0-java8
20.1.0-java11
19.3.2-java8
19.3.2-java11

The sort command does a nice job though:

asdf list-all graalvm | sort
19.0.0
19.0.2
19.1.0
19.1.1
19.2.0
19.2.0.1
19.2.1
19.3.0-java11
19.3.0-java8
19.3.0.2-java11
19.3.0.2-java8
19.3.1-java11
19.3.1-java8
19.3.2-java11
19.3.2-java8
19.3.3-java11
19.3.3-java8
19.3.4-java11
19.3.4-java8
19.3.5-java11
19.3.5-java8
19.3.6-java11
19.3.6-java8
20.0.0-java11
20.0.0-java8
20.1.0-java11
20.1.0-java8
20.2.0-java11
20.2.0-java8
20.3.0-java11
20.3.0-java8
20.3.1-java11
20.3.1-java8
20.3.1.2-java11
20.3.1.2-java8
20.3.2-java11
20.3.2-java8
21.0.0-java11
21.0.0-java8
21.0.0.2-java11
21.0.0.2-java8
21.1.0-java11
21.1.0-java8
@austince austince changed the title asdf list-all graalvm is unsorted asdf list-all graalvm is not sorted by version Jul 7, 2021
@marcelocg marcelocg linked a pull request Nov 30, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

1 participant