wende / elchemy

Write Elixir code using statically-typed Elm-like syntax (compatible with Elm tooling)
https://wende.github.io/elchemy/
MIT License
1.15k stars 28 forks source link

Disabled `verify` macro to make it work with Elixir for 1.7.X #357

Closed wende closed 5 years ago

wende commented 5 years ago

Continuation for #354

Disables the verify macro in Elixir 1.7 due to its removal of spec Module attribute, which should be brought back with Elixir 1.8.

The compiler will warn that 1.7 is not fully supported thanks to #354