Created
May 11, 2015 18:54
-
-
Save danielberkompas/dbcebc1792d7c61f9c6c to your computer and use it in GitHub Desktop.
Upgrading to Phoenix 0.13.0
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
==> phoenix_html | |
Compiled lib/phoenix_html/engine.ex | |
lib/phoenix_html/link.ex:1: warning: redefining module Phoenix.HTML.Link | |
Compiled lib/phoenix_html.ex | |
Compiled lib/phoenix_html/link.ex | |
lib/phoenix_html/tag.ex:1: warning: redefining module Phoenix.HTML.Tag | |
lib/phoenix_html/form_data.ex:17: warning: redefining module Phoenix.HTML.FormData.Plug.Conn | |
lib/phoenix_html/safe.ex:1: warning: redefining module Phoenix.HTML.Safe | |
Compiled lib/phoenix_html/form_data.ex | |
Compiled lib/phoenix_html/tag.ex | |
lib/phoenix_html/safe.ex:18: warning: redefining module Phoenix.HTML.Safe.Atom | |
== Compilation error on file lib/phoenix_html/form.ex == | |
** (CompileError) lib/phoenix_html/form.ex:181: function raw/1 undefined | |
(stdlib) lists.erl:1336: :lists.foreach/2 | |
(stdlib) erl_eval.erl:657: :erl_eval.do_apply/6 | |
could not compile dependency phoenix_html, mix compile failed. You can recompile this dependency with `mix deps.compile phoenix_html` or update it with `mix deps.update phoenix_html` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment