-
### Environment
* Elixir & Erlang/OTP versions (elixir --version):
* elixir 1.17.2-otp-27
* erlang 27.0.1
* Which version of Dialyxir are you using? (cat mix.lock | grep dialyxir):
` "dialy…
-
You already support Erlang (registry: https://hex.pm/) to build dependency graphs so you should implement the same functionality for Elixir projects which use the **mix.exs** script in root of a proje…
-
### Precheck
* Take a look at the open issues and be sure that your issue is not already covered.
* Be sure your versions of Dialyxir and Erlex are up to date.
### Environment
* Elixir & Erl…
-
**Is your feature request related to a problem? Please describe.**
Dialyzer seems to expose the following options for CLI, but not API:
* `--statistics`,
* `--verbose`, and
* `--get_warnings`
…
-
Just like you did for Credo, it would be great to have dialyzer inline as well.
-
- [x] Dialixir should get added as a development dependency
- [ ] All public functions should have specs
- [x] The project should have all its dialyzer warnings corrected
- [ ] The semaphore-ci set…
-
### Environment
* Elixir & Erlang/OTP versions (elixir --version):
Elixir 1.13.4 (compiled with Erlang/OTP 25)
More specifically, `asdf` versions `elixir 1.13.4-otp-25` and `erlang 25.0.1`
…
-
[OTP 26 was released today, along with the new `--incremental` flag for Dialyzer](https://www.erlang.org/blog/otp-26-highlights/#incremental-mode-for-dialyzer).
This was first discussed in https://…
-
### Environment
```
$ elixir --version
Erlang/OTP 21 [erts-10.2.3] [source] [64-bit] [smp:4:4] [ds:4:4:10] [async-threads:1] [hipe]
Elixir 1.8.1 (compiled with Erlang/OTP 21)
$ cat mix.lock…
-
This is a big feature, but we should start small
Dialyzer creates files called persistent lookup tables or `.plt`s. These tables are extremely specific to code. We should generate .plt files for
…