witchcrafters / algae

Bootstrapped algebraic data types for Elixir
https://hex.pm/packages/algae
MIT License
343 stars 18 forks source link

Tons of warning messages after adding Algae to mix file #66

Open ericridgeway opened 4 years ago

ericridgeway commented 4 years ago

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

asmodehn commented 3 years ago

Hi, I started using Algae and I have similar concerns... I can take a stab at addressing some of the warnings for my elixir version (1.11).

cognivore commented 3 years ago

Same experience.