Module

mix compile.protocols

Changes by version

Elixir 1.19.0

· 1 change

Soft Deprecation Tool: Mix

Protocol consolidation is now part of compile.elixir and the task itself has no effect

Elixir 1.8.0

· 1 change

Bugfix Tool: Mix

Reconsolidate protocols if local dependencies are stale

Elixir 1.5.0

· 2 changes

Bugfix Tool: Mix

Ensure protocol implementations do not "disappear" when switching between applications in umbrella projects by having separate consolidation paths per project

Bugfix Tool: Mix

Do not raise when consolidating a protocol that was converted into a module