discoproject/disco

Erlang/OTP 20 installation issues / unrecommended BIF

zimmerzam opened this issue · 0 comments

I tried to compile Disco on ArchLinux, without success.
The issue is probably due to the latest Erlang version installed in Arch.
I was able to compile everithing after substituting random:* -> rand:* and erlang:now() with erlang:timestamp() everywhere.
I hope this can help