jeremyjh / dialyxir

Mix tasks to simplify use of Dialyzer in Elixir projects.
Apache License 2.0
1.69k stars 141 forks source link

Fix crash when mix.lock was missing #473

Closed ollien closed 1 year ago

ollien commented 1 year ago

Closes #472

See that issue for more details on the issue. A non-existent lockfile is probably ok to be non-fatal (especially considering by default mix projects do not include one), so I just chose to treat it the same as an empty file.

jeremyjh commented 1 year ago

Thanks!