Created
November 5, 2013 17:12
-
-
Save knewter/7322502 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Compiled lib/ecto/associations/has_many.ex | |
Compiled lib/ecto/query/api.ex | |
lib/ecto/adapters/postgres.ex:17: unused alias Normalizer | |
lib/ecto/adapters/postgres.ex:15: unused alias QueryExpr | |
lib/ecto/adapters/postgres.ex:16: unused alias Util | |
== Compilation error on file lib/ecto/adapters/postgres.ex == | |
could not compile dependency ecto, mix compile failed. You can recompile this dependency with `mix deps.compile ecto` or update it with `mix deps.update ecto` | |
** (CompileError) deps/ecto/lib/ecto/adapters/postgres.ex:43: module Postgrex.Result is not loaded and could not be found | |
/home/jadams/elixir/elixir/lib/elixir/lib/kernel.ex:3286: Kernel."MACRO-access"/3 | |
deps/ecto/lib/ecto/adapters/postgres.ex:43: Kernel.access/2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment