Skip to content

Commit

Permalink
Update deps.loadpaths docs
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Jan 21, 2025
1 parent e3599fc commit 8896cf1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions lib/mix/lib/mix/tasks/deps.loadpaths.ex
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@ defmodule Mix.Tasks.Deps.Loadpaths do
import Mix.Dep, only: [format_dep: 1, format_status: 1, check_lock: 1]

@moduledoc """
Checks, compiles, and loads all dependencies along the way.
Checks, compiles, and loads dependencies.
If there is an invalid dependency, its status is printed
before aborting.
If a dependency has been fetched/updated and not yet compiled,
it will be automatically compiled. If a dependency is missing
or is invalid, its status is printed before aborting.
Although this task does not show up in `mix help`, it is
part of Mix public API and can be depended on.
Expand Down

0 comments on commit 8896cf1

Please sign in to comment.