Created
May 5, 2014 22:12
-
-
Save alco/f7c966c091ac76065012 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
ex_doc master | |
elixir v0.13.1 | |
λ ../ex_doc/bin/ex_doc "PhoEnix" "134" _build/dev/lib/timex/ebin -m Timex -u "https://github.com/GITHUB_USER/GITHUB_REPO" | |
** (ExDoc.Retriever.Error) module Timex.Date.Convert.Timex.DateTime is not defined/available | |
lib/ex_doc/retriever.ex:54: ExDoc.Retriever.get_module/2 | |
(elixir) lib/enum.ex:962: Enum."-map/2-lc$^0/1-0-"/2 | |
lib/ex_doc/retriever.ex:38: ExDoc.Retriever.docs_from_modules/2 | |
lib/ex_doc.ex:17: ExDoc.generate_docs/3 | |
(elixir) src/elixir_lexical.erl:17: :elixir_lexical.run/2 | |
(elixir) lib/code.ex:303: Code.require_file/2 | |
λ ../ex_doc/bin/ex_doc "PhoEnix" "134" _build/dev/lib/phoenix/ebin -m Phoenix -u "https://github.com/GITHUB_USER/GITHUB_REPO" | |
** (ExDoc.Retriever.Error) module Mix.Tasks.Phoenix.New is not defined/available | |
lib/ex_doc/retriever.ex:54: ExDoc.Retriever.get_module/2 | |
(elixir) lib/enum.ex:962: Enum."-map/2-lc$^0/1-0-"/2 | |
lib/ex_doc/retriever.ex:38: ExDoc.Retriever.docs_from_modules/2 | |
lib/ex_doc.ex:17: ExDoc.generate_docs/3 | |
(elixir) src/elixir_lexical.erl:17: :elixir_lexical.run/2 | |
(elixir) lib/code.ex:303: Code.require_file/2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment