Skip to content

Instantly share code, notes, and snippets.

@alivesay
Created March 4, 2016 16:56
Show Gist options
  • Save alivesay/8fb31b6af28749a6b111 to your computer and use it in GitHub Desktop.
Save alivesay/8fb31b6af28749a6b111 to your computer and use it in GitHub Desktop.
1) test parse rebar dependencies (Mix.RebarTest)
test/mix/rebar_test.exs:49
** (FunctionClauseError) no function clause matching in List.to_string/1
stacktrace:
(elixir) lib/list.ex:619: List.to_string(">= 0.0.0")
(mix) lib/mix/rebar.ex:244: Mix.Rebar.compile_req/1
(mix) lib/mix/rebar.ex:240: Mix.Rebar.parse_dep/1
(elixir) lib/enum.ex:1092: Enum."-map/2-lists^map/1-0-"/2
test/mix/rebar_test.exs:60
....
2) test rebar overrides (Mix.RebarTest)
test/mix/rebar_test.exs:119
** (FunctionClauseError) no function clause matching in List.to_string/1
stacktrace:
(elixir) lib/list.ex:619: List.to_string(">= 0.0.0")
(mix) lib/mix/rebar.ex:244: Mix.Rebar.compile_req/1
(mix) lib/mix/rebar.ex:240: Mix.Rebar.parse_dep/1
(elixir) lib/enum.ex:1092: Enum."-map/2-lists^map/1-0-"/2
(mix) lib/mix/dep/loader.ex:310: anonymous fn/5 in Mix.Dep.Loader.rebar_children/4
(mix) lib/mix/rebar.ex:202: Mix.Rebar.recur/2
(mix) lib/mix/dep/loader.ex:309: Mix.Dep.Loader.rebar_children/4
(mix) lib/mix/dep/loader.ex:282: anonymous fn/5 in Mix.Dep.Loader.rebar_dep/3
(mix) lib/mix/project.ex:211: Mix.Project.in_project/4
(elixir) lib/file.ex:1139: File.cd!/2
(mix) lib/mix/dep.ex:140: Mix.Dep.in_dependency/3
(mix) lib/mix/dep/loader.ex:60: Mix.Dep.Loader.load/2
(mix) lib/mix/dep/converger.ex:176: Mix.Dep.Converger.all/9
(mix) lib/mix/dep/converger.ex:111: Mix.Dep.Converger.all/7
(mix) lib/mix/dep/converger.ex:67: Mix.Dep.Converger.all/4
(mix) lib/mix/dep/converger.ex:47: Mix.Dep.Converger.converge/4
(mix) lib/mix/dep/fetcher.ex:16: Mix.Dep.Fetcher.all/3
(mix) lib/mix/tasks/deps.get.ex:22: Mix.Tasks.Deps.Get.run/1
test/mix/rebar_test.exs:123: anonymous fn/0 in Mix.RebarTest.test rebar overrides/1
(elixir) lib/file.ex:1139: File.cd!/2
.............................................................................................................................................................
Finished in 443.2 seconds (153.8s on load, 289.4s on tests)
301 tests, 2 failures
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment