Created
April 17, 2018 18:54
-
-
Save ORBAT/6b76c159cb6a16d79b0afc345b06aee6 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
Started ElixirLS | |
Compiling with Mix env test | |
[Info - 9:53:23 PM] [ElixirLS Dialyzer] Analyzing 0 modules: [] | |
[Info - 9:53:23 PM] [ElixirLS Dialyzer] Analysis finished in 40 milliseconds | |
[Info - 9:53:23 PM] [ElixirLS Dialyzer] Writing manifest... | |
[Info - 9:53:25 PM] [ElixirLS Dialyzer] Done writing manifest. | |
Compiling 1 file (.ex) | |
Generated myapp app | |
[Info - 9:53:25 PM] Compile took 2273 milliseconds | |
[Info - 9:53:25 PM] [ElixirLS Dialyzer] Checking for stale beam files | |
[Info - 9:53:25 PM] [ElixirLS Dialyzer] Analyzing 0 modules: [] | |
[Info - 9:53:25 PM] [ElixirLS Dialyzer] Analysis finished in 6 milliseconds | |
[Info - 9:53:25 PM] [ElixirLS Dialyzer] Writing manifest... | |
[Info - 9:53:27 PM] [ElixirLS Dialyzer] Done writing manifest. | |
Compiling with Mix env test | |
[Error - 9:53:30 PM] Process #PID<0.157.0> raised an exception | |
** (Mix.Error) Dependency specified in the wrong format: | |
{} | |
Expected: | |
{app, opts} | {app, requirement} | {app, requirement, opts} | |
Where: | |
app :: atom | |
requirement :: String.t | Regex.t | |
opts :: keyword | |
If you want to skip the requirement (not recommended), use ">= 0.0.0". | |
(mix) lib/mix.ex:291: Mix.raise/1 | |
(mix) lib/mix/dep/loader.ex:121: Mix.Dep.Loader.to_dep/3 | |
(elixir) lib/enum.ex:1294: Enum."-map/2-lists^map/1-0-"/2 | |
(mix) lib/mix/dep/loader.ex:336: Mix.Dep.Loader.mix_children/1 | |
(mix) lib/mix/dep/loader.ex:18: Mix.Dep.Loader.children/0 | |
(mix) lib/mix/dep/converger.ex:57: Mix.Dep.Converger.all/4 | |
(mix) lib/mix/dep/converger.ex:51: Mix.Dep.Converger.converge/4 | |
(mix) lib/mix/dep.ex:115: Mix.Dep.loaded/1 | |
Compiling with Mix env test | |
[Error - 9:53:36 PM] Process #PID<0.165.0> raised an exception | |
** (Mix.Error) Dependency specified in the wrong format: | |
{} | |
Expected: | |
{app, opts} | {app, requirement} | {app, requirement, opts} | |
Where: | |
app :: atom | |
requirement :: String.t | Regex.t | |
opts :: keyword | |
If you want to skip the requirement (not recommended), use ">= 0.0.0". | |
(mix) lib/mix.ex:291: Mix.raise/1 | |
(mix) lib/mix/dep/loader.ex:121: Mix.Dep.Loader.to_dep/3 | |
(elixir) lib/enum.ex:1294: Enum."-map/2-lists^map/1-0-"/2 | |
(mix) lib/mix/dep/loader.ex:336: Mix.Dep.Loader.mix_children/1 | |
(mix) lib/mix/dep/loader.ex:18: Mix.Dep.Loader.children/0 | |
(mix) lib/mix/dep/converger.ex:57: Mix.Dep.Converger.all/4 | |
(mix) lib/mix/dep/converger.ex:51: Mix.Dep.Converger.converge/4 | |
(mix) lib/mix/dep.ex:115: Mix.Dep.loaded/1 | |
Compiling with Mix env test | |
[Error - 9:53:48 PM] Process #PID<0.169.0> raised an exception | |
** (Mix.Error) Dependency specified in the wrong format: | |
{} | |
Expected: | |
{app, opts} | {app, requirement} | {app, requirement, opts} | |
Where: | |
app :: atom | |
requirement :: String.t | Regex.t | |
opts :: keyword | |
If you want to skip the requirement (not recommended), use ">= 0.0.0". | |
(mix) lib/mix.ex:291: Mix.raise/1 | |
(mix) lib/mix/dep/loader.ex:121: Mix.Dep.Loader.to_dep/3 | |
(elixir) lib/enum.ex:1294: Enum."-map/2-lists^map/1-0-"/2 | |
(mix) lib/mix/dep/loader.ex:336: Mix.Dep.Loader.mix_children/1 | |
(mix) lib/mix/dep/loader.ex:18: Mix.Dep.Loader.children/0 | |
(mix) lib/mix/dep/converger.ex:57: Mix.Dep.Converger.all/4 | |
(mix) lib/mix/dep/converger.ex:51: Mix.Dep.Converger.converge/4 | |
(mix) lib/mix/dep.ex:115: Mix.Dep.loaded/1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment