Closed NobbZ closed 6 years ago
The instructions in the code aren't at all clear, but we're collecting these in the PR thread. I'm going to close this and cross post in there (for my own sanity 😀), fix the instructions to direct people there, and ping you when this is fixed. Thank you for the report 😄 ♥️
I forgot to add version info:
$ cat mix.lock | grep dial
"dialyxir": {:git, "https://github.com/jeremyjh/dialyxir", "9b686114ec56bd422111b16ab9a1a602c224913e", [branch: "elixir-formatter"]},
$ elixir --version
Erlang/OTP 20 [erts-9.3] [source] [64-bit] [smp:4:4] [ds:4:4:10] [async-threads:10] [hipe] [kernel-poll:false]
Elixir 1.6.4 (compiled with OTP 20)
$ uname -a
Linux arch-tuxedo 4.16.3-1-ARCH #1 SMP PREEMPT Thu Apr 19 09:17:56 UTC 2018 x86_64 GNU/Linux
@NobbZ Mind posting the @spec
for that function in the PR? Particularly the part for the error tuple. Thank you very much! 😃