-
### Environment
* Elixir & Erlang/OTP versions (`elixir --version`):
```
Erlang/OTP 24 [erts-12.0.3] [source] [64-bit] [smp:12:12] [ds:12:12:10] [async-threads:1] [jit]
Elixir 1.12.2 (compil…
-
Calling `argon2:hash/1` or `argon2:verify/2` (and possibly others) causes "has no local return" warnings in the dialyzer for the calling code, on Erlang 26. Are these fixable?
-
**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`
…
-
Hi, I'm taking a look at this project as a means to learn more about the topic.
I thought about running dialyzer to see what it would find.
Why are dialyzer and the compiler so unhappy about thes…
-
Cheers,
I'm using Atom IDE and am experiencing high CPU usage just as described in: https://github.com/JakeBecker/elixir-ls/issues/54
I have gathered second opinion (apart from the one in mentioned …
-
Since I am the one who submitted the recent change allowing AbsintheClient's req dependency to go to 0.5.x, I need to follow that up with a problem I discovered while using the latest version of Absin…
-
I have an error with dialyzer, by using this dummy parse_stream, I'm obtaining no local return
```elixir
defmodule MyMod
@spec base_stream(binary) :: Enumerable.t()
def base_stream(srcfile…
-
There are at least 2 problems:
- mvar(_) -> pid() | atom() won't work; mvar(_T) is better
- `resource_pool.erl:25: Polymorphic opaque types not supported yet`
si14 updated
12 years ago
-
```
leexinc.hrl:268: Function yyrev/2 will never be called
executor.ex:31: The specification for 'Elixir.GraphQL.Execution.Executor':execute/3 states that the function might also return {'ok','Elixir.…
-
Related to: https://github.com/hibari/hibari/issues/30#issuecomment-14660344
Before v0.3 release, dialyzer options `-Werror_handling` and `-Wunderspecs` were added, so dialyzer now produces more warn…