Re: Help wanted: search paths for Erlang and Elixir

2023-04-19 Thread Ivan Sokolov
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. (

Re: herd stop hangs

2023-04-12 Thread Ivan Sokolov
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

Re: GOOPS-less Shepherd

2023-04-10 Thread Ivan Sokolov
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

Re: GOOPS-less Shepherd

2023-04-08 Thread Ivan Sokolov
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 "

Help wanted: search paths for Erlang and Elixir

2023-04-08 Thread Ivan Sokolov
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