karolsluszniak/ex_check

Not respecting MIX_ENV when retrying

Opened this issue · 1 comments

dvic commented

I noticed that when retrying, MIX_ENV is not respected. Does this ring a bell?

dvic commented

I think I found the issue:
https://github.com/karolsluszniak/ex_check/blob/master/lib/ex_check/check/compiler.ex#L17-L20

When retrying, this expression is {:disabled, :compiler} so it falls back to mix compile without env?