ex_check icon indicating copy to clipboard operation
ex_check copied to clipboard

Not respecting MIX_ENV when retrying

Open dvic opened this issue 1 year ago • 1 comments

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

dvic avatar Jul 20 '24 22:07 dvic

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?

dvic avatar Jul 20 '24 22:07 dvic