Last active
August 29, 2015 13:56
-
-
Save knewter/9301029 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
--(jadams@jibbajabba)-(31/pts/14)-(2038/01-Mar-14)-- | |
--($:~/elixir/phoenix)(render_haml_with_calliope)ruby-2.0.0-p247@system-- | |
$ mix test | |
warning: the dependency ex_conf requires Elixir "~> 0.12.4" but you are running on v0.13.0-dev, please run mix deps.update ex_conf to update it | |
warning: the dependency calliope requires Elixir "~> 0.12.0" but you are running on v0.13.0-dev, please run mix deps.update calliope to update it | |
Compiled lib/phoenix.ex | |
Compiled lib/mix/tasks/phoenix.ex | |
Compiled lib/mix/tasks/phoenix/routes.ex | |
Compiled lib/mix/tasks/phoenix/new.ex | |
Compiled lib/phoenix/config/app.ex | |
Compiled lib/phoenix/config/config.ex | |
Compiled lib/phoenix/plugs/code_reloader.ex | |
Compiled lib/phoenix/plugs/error_handler.ex | |
Compiled lib/phoenix/config/fallback.ex | |
lib/phoenix/controller/controller.ex:2: warning: unused import Plug.Connection | |
== Compilation error on file lib/phoenix/controller/controller.ex == | |
** (CompileError) lib/phoenix/controller/controller.ex:28: cannot invoke function args/1 inside match | |
(stdlib) lists.erl:1339: :lists.mapfoldl/3 | |
(stdlib) lists.erl:1340: :lists.mapfoldl/3 | |
(elixir) src/elixir_clauses.erl:26: :elixir_clauses.match/3 | |
(elixir) src/elixir_clauses.erl:35: :elixir_clauses.clause/7 | |
(elixir) src/elixir_def.erl:173: :elixir_def.translate_clause/7 | |
(elixir) src/elixir_def.erl:162: :elixir_def.translate_definition/8 | |
(elixir) src/elixir_def.erl:89: :elixir_def.store_definition/9 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment