asdf/lib
Alberto de Murga 9430a39aef
feat: Displays a warning when a plugin from the tools-version list does not exist (#1033)
* 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.
2021-10-01 08:38:57 -04:00
..
commands feat: Displays a warning when a plugin from the tools-version list does not exist (#1033) 2021-10-01 08:38:57 -04:00
asdf.fish Update code to use . instead of source 2021-05-21 12:03:06 -04:00
asdf.sh fix: CI formatting use editorconfig (#751) 2020-06-30 09:16:35 +10:00
utils.bash fix: incorrect usage of grep (#1035) 2021-09-02 15:57:30 -04:00