wende / elchemy

Write Elixir code using statically-typed Elm-like syntax (compatible with Elm tooling)

Home Page:https://wende.github.io/elchemy/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FFI Type checking broken with Elixir 1.7

wende opened this issue · comments

Due to elixir-lang/elixir#8085 @spec attribute is no longer accessible, hence we cannot do ffi type-checking

(Issue thanks to courtesy of @latachz)