[erlang-questions] OTP R16A has been released

Siri Hansen erlangsiri@REDACTED
Thu Jan 31 10:31:35 CET 2013


2013/1/31 Ulf Wiger <ulf@REDACTED>

>
> On 31 Jan 2013, at 09:54, Siri Hansen wrote:
>
> Hi Fred!
> Kernel and stdlib will always be started first. Other applications you can
> sort as you want.
>
>
> Siri,
>
> Isn't it so that reltool_target:sort_apps/1 is still called, and that it
> retains the specified order *unless* it violates application dependencies?
> That is, if application dependencies require a change to the order,
> sort_apps/1 will change the order to fulfill these requirements, but it
> will not change an order that is legal.
>
> I interpreted that as the essence Fred's question (otherwise, it is just
> mine).
>
> BR,
> Ulf W
>
> Ulf Wiger, Co-founder & Developer Advocate, Feuerlabs Inc.
> http://feuerlabs.com
>

Ulf, Fred -
that is correct. The fix allows the rel specification to modify the order
of things as long as it does not contradict the .app files. E.g. the rel
file may change the order internally between included applications, but it
may not change the fact that included applications are started before the
application which includes them.
/siri
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20130131/8fae22df/attachment.htm>


More information about the erlang-questions mailing list