Ivan Sokolov writes:
> In order for the Erlang runtime to find the installed application it
> must appear in the load path. If there is ERL_ROOTDIR in the
> environment, erl(1) will search for application directories in
> $ERL_ROOTDIR/lib and will add them to the load path. (
Vladilen Kozin writes:
> Been driving me nuts, cause Java handles SIGTERM but just in case I even added
> shutdownHook to my app that should explicitly execute on SIGTERM and other
> such signals.
> Testing it on OSX e.g. works just fine. But stop wouldn't work on guix. I
> then decided to try
jbra...@dismail.de writes:
> April 8, 2023 8:54 PM, "Ivan Sokolov" wrote:
>
>> Bodertz writes:
>>
>>> I don't have strong feelings either way, and the change won't really
>>> affect me too much, but what benefit is there in breaking thi
Bodertz writes:
> I don't have strong feelings either way, and the change won't really
> affect me too much, but what benefit is there in breaking things? From
> what I understand from your message, users' configs will stop working in
> a few months when 1.0.x releases (or with the macro would "
Hello, Guixers!
Erlang/OTP has notion of applications [1], they are usually installed in
$PREFIX/lib/erlang/lib in the form of directories named APP-VERSION,
e.g. asn1-5.0.19.
In order for the Erlang runtime to find the installed application it
must appear in the load path. If there is ERL_ROOTD