Mix v1.3.2 Mix.Tasks.Compile.Xref

Performs remote dispatch checking.

When this task runs, it will check the modification time of the :elixir compiler manifest. If it has changed, mix xref will be run to check remote dispatches. You can force checking regardless of modification time by passing the --force option.

Command line options

  • --force - forces checking regardless of modification time
  • --warnings-as-errors - treat warnings as errors and return a non-zero exit code

Summary

Functions

Cleans up xref manifest

Returns xref manifests

Runs this task

Functions

clean()

Cleans up xref manifest.

manifests()

Returns xref manifests.

run(args)

Specs

run(OptionParser.argv) :: :ok | :noop

Runs this task.