mguimas

Results 7 issues of mguimas

Hi, the benchmark in elixir_in_action_code_samples/ch10/profile_cache is returning the following results ``` $ iex -S mix Erlang/OTP 20 [erts-9.2] [source] [64-bit] [smp:4:4] [ds:4:4:10] [async-threads:10] [hipe] [kernel-poll:false] [dtrace] Interactive Elixir (1.5.2) -...

In page 61, when discussing the use of Mix, there is the sentence "Starts the system; terminates as soon as MyProject.start finishes" but "MyProject.start" was not introduced before. Perhaps the...

### Environment ``` $ elixir --version Erlang/OTP 21 [erts-10.2.3] [source] [64-bit] [smp:4:4] [ds:4:4:10] [async-threads:1] [hipe] Elixir 1.8.1 (compiled with Erlang/OTP 21) $ cat mix.lock | grep dialyxir "dialyxir": {:hex, :dialyxir,...

bug

### Environment ``` $ elixir --version Erlang/OTP 21 [erts-10.2.3] [source] [64-bit] [smp:4:4] [ds:4:4:10] [async-threads:1] [hipe] Elixir 1.8.1 (compiled with Erlang/OTP 21) $ cat mix.lock | grep dialyxir "dialyxir": {:hex, :dialyxir,...

## Environment ``` $ elixir --version Erlang/OTP 21 [erts-10.2.3] [source] [64-bit] [smp:4:4] [ds:4:4:10] [async-threads:1] [hipe] Elixir 1.8.1 (compiled with Erlang/OTP 21) $ cat mix.lock | grep dialyxir "dialyxir": {:hex, :dialyxir,...

### Environment ``` $ elixir --version Erlang/OTP 21 [erts-10.2.3] [source] [64-bit] [smp:4:4] [ds:4:4:10] [async-threads:1] [hipe] Elixir 1.8.1 (compiled with Erlang/OTP 21) ``` In both the umbrella and child projects I...

Happens with Elixir 1.7.2 and Dialyxir 0.5.1 - I have an umbrella project with several child projects; - The umbrella and the child projects have the following in their `mix.exs`...

help wanted