File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -67,8 +67,11 @@ adding the following configuration to each umbrella app's `mix.exs` file:
67
67
Finally, Mix will now consolidate protocols by default as we are now able to
68
68
consolidate in parallel and cache the consolidation results, providing the
69
69
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.
72
75
73
76
These are great additions on top of the faster compilation times we have
74
77
achieved when migrating to Erlang 18.
You can’t perform that action at this time.
0 commit comments