Is it possible to update this for newest Elixir version? I assume that's the problem. After adding this (incredible) library and doing mix deps.get, the next time I run my program there's a VERY slow compile delay and about 12 pages worth of compiler warnings
The code works, I can use the auto-generated new constructor and everything. It's beautiful
That slowness in the first run and the deathly # of warnings is very scary though
Is it possible to update this for newest Elixir version? I assume that's the problem. After adding this (incredible) library and doing mix deps.get, the next time I run my program there's a VERY slow compile delay and about 12 pages worth of compiler warnings
The code works, I can use the auto-generated
new
constructor and everything. It's beautifulThat slowness in the first run and the deathly # of warnings is very scary though