Mix does sanity checks when compiling .ex files to ensure that .erl files exist when expected.
WIthout -pa $(CURDIR)/ebin passed to compile_ex.erl, mix will output potentially invalid warnings to the console.
Ideally done after #1053 is merged as this fix is minimal
Mix does sanity checks when compiling
.exfiles to ensure that.erlfiles exist when expected.WIthout
-pa $(CURDIR)/ebinpassed tocompile_ex.erl, mix will output potentially invalid warnings to the console.Ideally done after #1053 is merged as this fix is minimal