sirfitz
Compilation Errors showing at random places in log
When running an Elixir app, whenever there are errors in compilation, it shows at some random place (usually closer to the top) of the logs, so I have to scroll all the way up and sift through the logs to figure out what the error is.
I’ve tried removing Elixir and Erlang and re-installing them on my system to hopefully reset that behaviour but it’s still happening, I’m currently running Elixir 1.15.4
Here’s a screenshot of a simulated error:
Any help would be appreciated
Thanks! ![]()
Marked As Solved
conradfr
I’ve noticed recently that if copy/paste an .ex file and then edit the module name the compiler gets confused and I get this module not found error about the original module.
Usually solved by deleting the app folder in _build/.
Also Liked
zachdaniel
I’ve seen this as well since elixir 1.15. Not sure what is going on, but its definitely changed in some way.








