Skip to content

Commit d9356c3

Browse files
author
José Valim
committed
More consolidation effects on test clearer
1 parent 12e3836 commit d9356c3

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,11 @@ adding the following configuration to each umbrella app's `mix.exs` file:
6767
Finally, Mix will now consolidate protocols by default as we are now able to
6868
consolidate in parallel and cache the consolidation results, providing the
6969
best performance across all environments without affecting compilation times.
70-
This can still be disabled by setting `consolidate_protocols: false` in the
71-
project config.
70+
The only downside of this change is that, if you have been implementing
71+
protocols exclusively as part of your test suite, inside the `test` directory,
72+
those won't be picked up as it happens after compilation. For such cases,
73+
consolidation can be disabled by setting `consolidate_protocols: false` in
74+
the project config.
7275

7376
These are great additions on top of the faster compilation times we have
7477
achieved when migrating to Erlang 18.

0 commit comments

Comments
 (0)