View Source Medic.Checks.Asdf (Medic v1.7.2)
Doctor checks for the ASDF runtime version manager.
examples
Examples
{Check.Asdf, :package_installed?, ["postgres"]}
{Check.Asdf, :plugin_installed?, ["postgres"]}
Link to this section Summary
Functions
Checks that ASDF can resolve a version for the declared plugin.
Checks that the configured ASDF plugin is installed.
Link to this section Functions
@spec package_installed?(binary()) :: Medic.Check.check_return_t()
Checks that ASDF can resolve a version for the declared plugin.
@spec plugin_installed?(binary()) :: Medic.Check.check_return_t()
Checks that the configured ASDF plugin is installed.