Mix v1.5.1 mix compile.xref View Source
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
- treats warnings as errors and returns a non-zero exit code
Link to this section Summary
Link to this section Functions
Cleans up xref manifest.
Returns xref manifests.
Runs this task.