Created
April 29, 2014 05:57
-
-
Save HashNuke/11391628 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
== Compilation error on file lib/phoenix/examples/router.ex == | |
could not compile dependency phoenix, mix compile failed. You can recompile this dependency with `mix deps.compile phoenix` or update it with `mix deps.update phoenix` | |
** (CompileError) deps/phoenix/lib/phoenix/examples/router.ex:1: def users_comments_path/1 has default values and multiple clauses, use a separate clause for declaring defaults | |
(elixir) src/elixir_def.erl:286: :elixir_def.store_each/8 | |
(elixir) src/elixir_def.erl:101: :elixir_def.store_definition/9 | |
(stdlib) erl_eval.erl:657: :erl_eval.do_apply/6 | |
(stdlib) erl_eval.erl:121: :erl_eval.exprs/5 | |
/tmp/build_af8985d4-6c77-4ac3-a850-adbd1bd91562/deps/phoenix/lib/phoenix/examples/router.ex:1: Phoenix.Router.Mapper.__before_compile__/1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment