I have an elixir project, on which when I run mix dialyzer
(which calls dialyxir), I get a very small snippet of an error, and it becomes very difficult to trace the source of it. On dialyzer there are some additional format options available which do not seem to be available on dialyxir (like --format raw). How do I call dialyzer directly for an elixir project?
Asked
Active
Viewed 111 times
3

saketrp
- 2,323
- 3
- 16
- 18
-
2https://github.com/jeremyjh/dialyxir#usage says `mix dialyzer --format raw` should work. – Dogbert Aug 29 '18 at 13:52
-
I think that was working till some earlier version, but on latest code this fails, the readme is incorrect. – saketrp Aug 30 '18 at 04:24
-
I would love to know that too. Dialyxir is not well maintained, unfortunately – mljrg Jul 03 '19 at 23:02