BennyHallett / obelisk

Static Site Generator written in Elixir.
MIT License
392 stars 34 forks source link

Compile Error #43

Closed trans closed 8 years ago

trans commented 8 years ago

Besides a slew of wantings starting with

==> anubis
warning: the dependency :anubis requires Elixir "~> 1.0.0" but you are running on v1.3.1

I get compile error:

== Compilation error on file lib/plug/conn/unfetched.ex ==
** (ArgumentError) Access is not a protocol
    (elixir) lib/protocol.ex:76: Protocol.assert_protocol!/2
    lib/plug/conn/unfetched.ex:9: (module)
    (stdlib) erl_eval.erl:670: :erl_eval.do_apply/6
trans commented 8 years ago

Figured it out. This is fixed by #41.