-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tried to follow your Blog post - dialyzer analysis failed #11
Comments
I seem to be able to replicate this on my own mac using
|
It looks to me like it's complaining that the module |
Interesting. Why do you say that? It definitely is defined. I can put a |
Dialyzer is saying that something is `undef`, undefined. I'm not sure exactly what it is. The root problem though is in the ExStructable library. I bet if you run dialyzer against the library on its own you will reproduce it.
…On Jan 2, 2018, 7:53 PM -0800, Dylan Chong ***@***.***>, wrote:
Interesting. Why do you say that?
It definitely is defined. I can put a IO.puts inside the module definition and its successfully print out something when running mix test
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
|
I forgot to mention that if i run |
Hi there,
I wasn't sure where to put this, but i saw your blog post and tried to do the same thing - get dialyser running on travis.
This is my travis.yml file
And this is the log output i get from running the dialyser command.
To be honest i have no idea what to do with zero
The text was updated successfully, but these errors were encountered: