You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Several plugins populate subdirectories with support files - e.g. nodejs/.node-build, perl/perl-install, python/pyenv. As of version 0.16.2, asdf plugin update is emptying these subdirectories without deleting them, breaking the on-demand population logic – and the plugins.
Steps to Reproduce
asdf plugin update nodejs
asdf list all nodejs
Expected Behaviour
asdf should display a list of versions available to install
Actual Behaviour
Plugin nodejs's list-all callback script failed with output:Trying to update node-build... ok
Describe the Bug
Several plugins populate subdirectories with support files - e.g. nodejs/.node-build, perl/perl-install, python/pyenv. As of version 0.16.2,
asdf plugin update
is emptying these subdirectories without deleting them, breaking the on-demand population logic – and the plugins.Steps to Reproduce
Expected Behaviour
asdf should display a list of versions available to install
Actual Behaviour
Environment
Darwin ... 24.2.0 Darwin Kernel Version 24.2.0: Fri Dec 6 19:02:41 PST 2024; root:xnu-11215.61.5~2/RELEASE_ARM64_T6030 arm64 SHELL: zsh 5.9 (arm64-apple-darwin24.0) BASH VERSION: 5.2.37(1)-release ASDF VERSION: 0.16.1 ASDF INTERNAL VARIABLES: ASDF_DEFAULT_TOOL_VERSIONS_FILENAME=.tool-versions ASDF_DATA_DIR=/Users/mjreed/.asdf ASDF_CONFIG_FILE=/Users/mjreed/.asdfrc ASDF INSTALLED PLUGINS: [...] nodejs https://github.com/mkungla/asdf-nodejs 2858c702050785196f20c7f1557165e90a90f761 perl https://github.com/ouest/asdf-perl.git 2b4609b9bed22a67c5d6a7c12e957fff3bcab434 python https://github.com/danhper/asdf-python.git a3a01856098d6d2b9642e382f5b38e70275726d1 [...]
asdf plugins affected (if relevant)
nodejs, perl, python, possibly others.
The text was updated successfully, but these errors were encountered: