Ender

Results 24 comments of Ender

> Thanks for the PR @Kaylebor, however, I do not believe anyone has figured out what is causing this bug. Somewhere in the asdf codebase there is an expression that...

I installed the plugin a few months ago already, via `asdf plugin add ruby` and `asdf install ruby 3.0.2`. At some point I had some unrelated issue with Ruby, so...

I found that this comes all the way from line 693, which takes `plugin_name` from a list obtained from line 686: ```bash IFS=$'\n' read -rd '' -a plugins

> Can you post the output of `asdf info` for your system? Thanks for all the details, it does appear this a bug that may have been introduced recently. Sure,...

`ls` gives me the directories corresponding to the plugins: ```elixir erlang java nodejs python rebar ruby yarn``` For `type -a`: ``` ➜ ~ type -a ruby ruby is /Users/ender/.asdf/shims/ruby ruby...

Yeah, that looks similar to my issue. Here are the commands you asked for: ``` ➜ ~ asdf shim-versions ruby .. 14.15.5 ruby 3.0.2 /0.1s ➜ ~ asdf shim-versions irb...

Weirdly, that nodejs version is installed (we use it in one of our repos), so you're right in saying it's not random. I tried removing the nodejs plugin and running...

I can't easily reproduce this, since I didn't know how the shim metadata became corrupted in the first place. It didn't happen again since I fixed it manually either. I...

I should have read more: [PR 1317](https://github.com/asdf-vm/asdf/pull/1317) Did you already consider doing it the way I suggest above? I'd like to know reasons against it.

Should we update or delete the old scripts? We could replace all of them with the following code in the user's `.zshrc` or equivalent: ```zsh export $(asdf env java |...