Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

:applications dependencies should be properly filled #7

Closed
josevalim opened this issue Feb 16, 2014 · 2 comments
Closed

:applications dependencies should be properly filled #7

josevalim opened this issue Feb 16, 2014 · 2 comments

Comments

@josevalim
Copy link
Contributor

All of your application runtime dependencies must be declared in the mix file:

https://github.com/HashNuke/hound/blob/master/mix.exs#L16

You need :ibrowse and :jsex in there for now.

There is also a bigger issue that you can only configure Hound if you start it with Hound.start and not via :application.start(:hound). However, this is mostly Elixir's fault, as we don't have a way to configure applications (yet).

@HashNuke
Copy link
Owner

@josevalim Thank you for posting this Jose.

Notes: Had a conversation in IRC with Jose. His patch, which will land in erlang r17 will allow configuring applications when starting them in the usual erlang-way.

@HashNuke
Copy link
Owner

The applications list now has :ibrowse and :jsex. Closing this thread. But opening another one to track the application config improvement.

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

No branches or pull requests

2 participants