mix compile.domo_phoenix_hot_reload (Domo v1.5.12) View Source
The module to process domo plan into type ensurers.
In case of compile.all mix task the plan is processed automatically in :after_compile hook. That is not the case with Phoenix hot-reload which calls each compiler's mix task directly that eventually keeps :after_compile hook intact and stays in plan collection mode forever.
The :domo_phoenix_hot_reload compiler process plan on execution.