Closed jimeh closed 1 month ago
To me this looks like an issues with resolving latest
(mise latest
does not return anything) as following works just fine mise i ubi:jqlang/jq@jq-1.7.1
.
Looks like the ubi backend should implement its own fuzzy match logic to accommodate for other prefixes besides v
.
What's interesting is that the ubi
CLI does correctly install the latest version when I run ubi -p jqlang/jq
.
Describe the bug
When using
mise
to installjq
, it fails with a 404 error trying to lookup the tag. Theubi
CLI however can installjq
just fine.I believe it stems from the fact that JQ's git tags have a
jq-
prefix, so latest tag isjq-1.7.1
.To Reproduce
Attempt to install latest version:
Attempting to install a specific version:
Expected behavior
That mise installs
jq
correctly, just likeubi -p jqlang/jq
does.mise doctor
output