-
Dialyzer encountered error when parsing. Can anyone help me please.
### Environment
* Erlang/OTP 21
* Elixir 1.8.1
* Dialyzir 1.0.0-rc.6
### Current behavior
* Encountered the following…
-
### Environment
* Elixir & Erlang/OTP versions (elixir --version):
```
Erlang/OTP 22 [erts-10.5.3] [source] [64-bit] [smp:16:16] [ds:16:16:10] [async-threads:1] [hipe]
Elixir 1.10.1 (compiled…
-
### 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…
-
When doing this locally:
`Cldr.DateTime.to_string(~N[2020-05-28 20:48:08], format: "EE, MMM d, y")`
All works as I'd expect; I get back `{:ok, "Thu, May 28, 2020"}`
But when my app is compiled in…
-
### Environment
* Elixir & Erlang/OTP versions (elixir --version):
Erlang/OTP 22 [erts-10.6.4] [source] [64-bit] [smp:8:8] [ds:8:8:10] [async-threads:1] [hipe]
Elixir 1.10.0 (compiled with Erlang/O…
-
I have added flatlog to a `erlang.mk` as a dependency, but I am getting `FORMATTER CRASH` messages like this:
```
2020-02-10T02:47:05.314008+01:00 info: FORMATTER CRASH: {report,#{label => {supervis…
-
Hi Ron! Thanks so much for creating this plugin. It has been super helpful to me.
I'm currently running version 1.0.6 on macOS Mojave (10.14), using Elixir 1.8.0 and Erlang 21.2.2.
When I format…
-
```rust
pub fn make(name)(age, is_cool) {
Person(
name: name,
age: age,
is_cool: is_cool,
)
}
```
```rust
let make_tim = make("Tim")
let old_tim = make_tim(99, True)
le…
-
Start a new project:
```bash
mix new demo && cd demo
```
Replace `mix.exs` with:
```elixir
defmodule Demo.MixProject do
use Mix.Project
def project do
[
app: :demo,
…
-
While working on #1148, I noticed that the current master of `ex_doc` is broken when running against Elixir (both master and 1.10.2).
```
~/Development/elixir [tags/v1.10.2] λ make docs
==> ex_do…