-
I have `erlang 17.5` installed in /usr/local/lib. `evm` considers that my "system" install. After installing evm, I downloaded `erlang 19.2`, and I can switch back and forth between my two versions …
7stud updated
5 years ago
-
Hi,
recently I upgraded Earmark from v1.4.46 to v1.4.47. Since then dialyzer is complaining about this code:
```elixir
# ...
markdown_html =
Earmark.as_ast!(text)
|> style_markdo…
-
### Check for existing issues
- [X] Completed
### Describe the feature
Same like we have `/tab` or `/terminal` we should have also `/task` so we use output from task in Assistant. I use tasks for …
-
### Environment
* Elixir & Erlang versions (elixir --version):
```
Elixir 1.14.4 (compiled with Erlang/OTP 25)
```
* ExAws version `mix deps |grep ex_aws`
```
* ex_aws 2.5.3 (Hex packag…
-
**Describe the bug**
OTP 27 introduced a bunch of specs with overloaded contracts that have overlapping domains, - that makes them unusable (and detrimental) for tooling (like type-checkers).
Exam…
-
**Describe the bug**
```erlang
-module(dial).
-export([test1/01]).
-record(in, {
f1 :: binary() | undefined
}).
-spec test1(In :: #in{}) -> binary().
test1(#in{f1 = F1}) when F1 =/= un…
-
**When running Dialyzer and common tests on the current ejabberd codebase, I encountered several warnings and test failures. The following are the details of the issues:**
### **Dialyzer Warnings**…
-
Dialyzer changed it's API in OTP 26, and as a result, I'm unable to generate the PLT from my app.
The problem is that I was using the `dialyzer_cl_parse:get_lib_dir/1` function to get the directory o…
-
Interesting project! It’s great to see more tooling around the BEAM :)
I just came about
https://github.com/erlang/otp/pull/2069 and couldn’t find documentation expressing the differences between…
-
Currently (July 27, 2021) there are these dialyzer errors. I'm sure some are not important, but I'm placing them here just as a reference.
```
src/chumak_command.erl
Line 295 Column 1: Function d…