> The deps.compile within an umbrella application actually compiles some of > the internal applications. I would actually need to do: >
You can still use a Mix task to get the name of the umbrella applications and figure out what you want to cache or not - or even have the mix task doing the caching. It seems clear only relying on the file system is not enough for you but I think you should focus on caching more programmatically rather than expecting Mix to lay out the perfect directory structure for you. We need a very strong reason to change the _build structure which has been settled from before Elixir v1.0. -- *José Valimwww.plataformatec.com.br <http://www.plataformatec.com.br/>Founder and Director of R&D* -- 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/CAGnRm4%2B5zmncPwc9V1fsQfSESG%2BZaAAuGsbdPmVQT4KNwb_Yzw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
