You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue is about difference between versions <= 1.14 and versions >= 1.15
Current behavior
Mix tasks from dependencies return different results in 1.14 and 1.15. And it is not just different, but there is extremely important difference that in 1.14 the current app code path is present, but in 1.15 it is not
Uh oh!
There was an error while loading. Please reload this page.
Elixir and Erlang/OTP versions
This issue is about difference between versions
<= 1.14
and versions>= 1.15
Current behavior
Mix tasks from dependencies return different results in
1.14
and1.15
. And it is not just different, but there is extremely important difference that in 1.14 the current app code path is present, but in 1.15 it is notReproduction: https://github.com/hissssst/elixir-compiler-regression
Expected behavior
Consistent decidion whether the app which is compiled has it's own code path in
:code.get_path
or notThe text was updated successfully, but these errors were encountered: