mirror of
https://github.com/asdf-vm/asdf.git
synced 2024-11-15 01:28:17 -07:00
9430a39aef
* feat: Displays a warning when the plugin from the tools-version does not exist When calling the install command, it tried to look for versions for all the plugins available and installed them. With this change, it will attempt to find versions for all the installed plugins and plugins defined in the `.tool-versions`. Fixes https://github.com/asdf-vm/asdf/issues/574 * feat: Changes the algorithm to detect not installed plugins This patch changes the algorithm. It preserves the original logic for the plugin resolution, but at the same time, reports entries with plugins not available. * fix: Addresses the pull request comments. - Changes the comparison to be strict rather than partial. - Prints a list of missing plugins. - Exists if at least one plugin is not present. - Adds unit tests. |
||
---|---|---|
.. | ||
fixtures | ||
asdf_fish.bats | ||
asdf_sh.bats | ||
banned_commands.bats | ||
current_command.bats | ||
get_asdf_config_value.bats | ||
help_command.bats | ||
info_command.bats | ||
install_command.bats | ||
latest_command.bats | ||
list_command.bats | ||
plugin_add_command.bats | ||
plugin_extension_command.bats | ||
plugin_list_all_command.bats | ||
plugin_remove_command.bats | ||
plugin_test_command.bats | ||
plugin_update_command.bats | ||
remove_command.bats | ||
reshim_command.bats | ||
shim_env_command.bats | ||
shim_exec.bats | ||
shim_versions_command.bats | ||
test_helpers.bash | ||
uninstall_command.bats | ||
update_command.bats | ||
utils.bats | ||
version_commands.bats | ||
where_command.bats | ||
which_command.bats |