Skip to content

Conversation

@soanseng
Copy link

@soanseng soanseng commented May 7, 2018

from elixir 1.4 documentation, Mix v1.4 now automatically infers your applications list as long as you leave the :applications key empty. So we should put an explanation for people who use more than version 1.4. Everything works well.

from [elixir 1.4 documentation](https://elixir-lang.org/blog/2017/01/05/elixir-v1-4-0-released/), Mix v1.4 now automatically infers your applications list as long as you leave the `:applications` key empty. So we should put an explanation for people who use more than version 1.4. Everything works well.

And then, in `mix.exs`, list `:nadia` as an application inside `application/0`:

(you can omit this if your elixir is >= 1.4)
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we could use more explanation here, e.g.,
"you can leave the applications key empty to use application inference if your elixir is >= 1.4"

Copy link
Author

@soanseng soanseng left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cool! much better

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants