[erlang-bugs] SSH-1.1.8, incomplete application reference dependence
Niclas Eklund
nick@REDACTED
Mon Aug 9 15:57:16 CEST 2010
Hello!
This issue was addressed earlier when a suggestion was sent via Git. The
short version is that pulic_key (currently) doesn't contain any processes,
i.e. only a set of library functions. Thus, changing ssh.app.src so it
would list pulic_key as an application that must be started before SSH is,
would not be a backward compatible change (it would be necessary to add
application:start(public_key) in ones code). This could cause problems
during a hot code upgrade. I'll consider this change for R14B.
Best regards,
Niclas @ Erlang/OTP
On Fri, 2 Jul 2010, Alexander Demidenko wrote:
> Erlang application ssh, use function from pulic_key,
> but inside ssh.app is no reference dependence from public_key.
> as a result, tools like Sinan, build invalid packages.
>
> PS Tested on Erlang 13b4, ssh-1.1.8.
>
> --
> ---------------------------------------------
> With best regards,
> Alexander.
>
> ________________________________________________________________
> erlang-bugs (at) erlang.org mailing list.
> See http://www.erlang.org/faq.html
> To unsubscribe; mailto:erlang-bugs-unsubscribe@REDACTED
>
More information about the erlang-bugs
mailing list