Trevor Brown

Results 303 comments of Trevor Brown

I believe it's due to the logic in asdf's version lookup code. It looks for one or more files in the current directory, and climbs up to the parent directory...

@brlodi yes, that is exactly why the `asdf current` command is so slow. If it has to traverse 5 directories to find the right version and you've got 5 plugins,...

> another question need help~ I pass the test suite case in my MacBook, but can't be passed here, is there any approach to solve this issue? This can be...

This looks similar to https://github.com/asdf-vm/asdf/issues/64.

@etcook are you running the latest version of asdf? Can you post the output of `asdf info`?

Is this the same issue? https://github.com/asdf-vm/asdf/issues/1069 If I understand this correct, if no python version is set you would like asdf to fallback to the system version of python already...

Sorry, I pasted the wrong link. Is this the same issue? https://github.com/asdf-vm/asdf/issues/557 This also appears to be the same issue - https://github.com/danhper/asdf-python/issues/85

Hi @jmcantrell , thanks for asking. I think this has been an issue for a while. I'll admit I'm not an expert on the differences between Bash syntax and POSIX...

Related - https://github.com/asdf-vm/asdf/issues/240

> I've thought about specifing plugins in .tool-versions, e.g. > ``` > plugin ruby https://github.com/asdf-vm/asdf-ruby > ruby 2.7.0 > ``` > But, plugins are global to asdf, so perhaps this...