asdf list all appears to be broken
Hi there,
Looks like something has recently broken this plugin. Right now unfortunately it's not fetching / parsing ripgrep versions correctly.
❯ asdf list all ripgrep
0.1.18
The latest version of ripgrep at the time of writing is 13.0.0: https://github.com/BurntSushi/ripgrep/releases
Installing the latest version stills works as intended:
❯ asdf install ripgrep 13.0.0
Downloading rg from https://github.com/BurntSushi/ripgrep/releases/download/13.0.0/ripgrep-13.0.0-x86_64-unknown-linux-musl.tar.gz
The funny thing is that calling your script directly stills works
❯ ~/.asdf/plugins/ripgrep/bin/list-all
0.1.18
0.2.1
0.2.2
0.2.3
0.2.5
0.2.6
0.2.8
0.2.9
0.3.0
0.3.1
0.3.2
0.4.0
0.5.0
0.5.1
0.5.2
0.6.0
0.7.0
0.7.1
0.8.0
0.8.1
0.9.0
0.10.0
11.0.0
11.0.1
11.0.2
12.0.0
12.0.1
12.1.0
12.1.1
13.0.0
My educated guess is that the problem are the double quotation marks in https://gitlab.com/wt0f/asdf-ripgrep/-/blob/master/bin/list-all#L18