Hi all, as usual apologies if this has been covered.

I'm working with archives, and it appears that dependencies are not bundled 
in the archive - trying to start anything from the dependencies causes this:

{:error, {:dependency_module, {'no such file or directory', 
'dependency_module.app'}}}


I'm not sure if this is a bug, or just by design. I can't really think of a 
reason that we wouldn't want people to be able to use dependencies in 
archives, so it makes me think the former. It seems easy enough to fix (the 
`archive.build` task only looks in "_build/<env>/lib/<my_module>" for 
things to include).

Opinions? I was going to put this on GitHub but as I'm not sure whether 
it's intentional or not, I figured I'd drop it here just in case. Of 
course, maybe I'm doing something wrong myself... but I can't imagine what 
it would be. 

-- 
You received this message because you are subscribed to the Google Groups 
"elixir-lang-core" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elixir-lang-core/a40a7320-5841-4242-a775-e7a8685db052%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to