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

FFI Type checking broken with Elixir 1.7 #353

Closed wende closed 5 years ago

wende commented 6 years ago

Due to https://github.com/elixir-lang/elixir/issues/8085 @spec attribute is no longer accessible, hence we cannot do ffi type-checking

(Issue thanks to courtesy of @latachz)