bug: asdf latest <plugin>
and asdf latest --all
are sometimes inconsistent
#1684
Labels
asdf latest <plugin>
and asdf latest --all
are sometimes inconsistent
#1684
Describe the Bug
Using asdf
v0.13.1
(latest at time of writing),asdf latest <plugin>
andasdf latest --all
are sometimes inconsistent.Steps to Reproduce
Expected Behaviour
Both commands should report the latest version of bazel-buildtools (
v6.4.0
at time of writing)Actual Behaviour
asdf latest --all
correctly reports the latest version (v6.4.0)asdf latest bazel-buildtools
incorrectly reports an old version (6.1.1)I believe this is due to
asdf latest --all
andasdf latest <plugin>
using a different default filter. I intend to open a PR to fix shortly.See cj81499/asdf-bazel-buildtools#6
Environment
asdf plugins affected (if relevant)
https://github.com/cj81499/asdf-bazel-buildtools
The text was updated successfully, but these errors were encountered: