[erlang-questions] Rebar3 plugin for transitive dependencies erlang-elixir

Andres Mareca andres.mareca@REDACTED
Mon Apr 1 21:40:05 CEST 2019


Solves the problem of git dependencies and also works with previous versions of elixir. 
However, we tried to use the plugins that rebar3 recommended but none of them worked well at all, so we decided to implement ours.

> El 1 abr 2019, a las 19:44, Tristan Sloughter <t@REDACTED> escribió:
> 
> I'm confused what the issue with transitive dependencies is in rebar_mix.
> 
> The only transitive dependencies that won't work are if the mix dep has git deps. So if you depend on a Elixir application as a hex dependency everything should work fine.
> 
> Did you not find that to be the case? Or is this to resolve the issue with using Elixir git deps?
> 
> Tristan
> 
> On Mon, Apr 1, 2019, at 11:40, Andres Mareca wrote:
>> Hello,
>> I have read some threads related to erlang-elixir apps and libraries interoperability.
>> 
>> In my company, Coowry, we have code written in Erlang and Elixir and we have some code already factored in both languages. We are using our own plugin that I implemented.
>> 
>> The most important feature of the plugin is that allows to manage transitive dependencies.
>> 
>> I have been working to make the plugin public and now I would like to share it with you: https://github.com/Supersonido/rebar3_elixir <https://github.com/Supersonido/rebar3_elixir>
>> 
>> I hope it helps others.
>> 
>> Anything do not hesitate to ask.
>> 
>> A greeting.
>> _______________________________________________
>> erlang-questions mailing list
>> erlang-questions@REDACTED <mailto:erlang-questions@REDACTED>
>> http://erlang.org/mailman/listinfo/erlang-questions <http://erlang.org/mailman/listinfo/erlang-questions>
>> 
> 
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED <mailto:erlang-questions@REDACTED>
> http://erlang.org/mailman/listinfo/erlang-questions <http://erlang.org/mailman/listinfo/erlang-questions>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20190401/0f4bdf0a/attachment.htm>


More information about the erlang-questions mailing list