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
While this commit: 6ccab88
Fixed warning from within the same beam There seem to still be an issue when checking refs across beams. I have created a sample umbrella which illustrates the issue https://github.com/mobileoverlord/auto_load
mix compile from the top of the umbrella
Environment
Elixir version (elixir -v): v1.3(master) / 19.0
Operating system: macOS 10.11.5
Current behavior
mix/xref will load modules marked with @compile {:autoload, false} when checking across apps/beams
Expected behavior
mix should not attempt to load these modules during the compile time