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
Googling for the above error gets me to josefs/Gradualizer#73 (comment), which suggests that I "didn't link in the Elixir library location".
This makes some kind of sense: I'm compiling a mixed Erlang/Elixir project, and covertool is dying on the Elixir part with the above error. How do I tell covertool about the "Elixir library location"?
The text was updated successfully, but these errors were encountered:
Not sure what the right patch for this would be—is there a way to detect that once you've started covertool? seems like no. Maybe we should just add a README section on putting that snippet in a make target in your mixed Erlang/Elixir projects?
is there a way to detect that once you've started covertool?
I can't think of a clean way, no. And even if you could, how would covertool know where the Elixir libs are? Is there a way to detect that it's an Elixir module and to skip it? Not sure, and I'm not sure that's the correct answer -- I haven't proved that this happens with all Elixir modules.
Maybe we should just add a README section
Seems like the best option.
Alternatively, I was kinda thinking that just by having this issue here, Google would find it for the next person.
Googling for the above error gets me to josefs/Gradualizer#73 (comment), which suggests that I "didn't link in the Elixir library location".
This makes some kind of sense: I'm compiling a mixed Erlang/Elixir project, and covertool is dying on the Elixir part with the above error. How do I tell covertool about the "Elixir library location"?
The text was updated successfully, but these errors were encountered: