enot
enot copied to clipboard
Erlang advanced project manager
It will be better if we will cache dep's git repo. Than in case of new commits, switching branches and rebuilding deps in case of switching erlang versions we don't...
C/C++ files are compiled now with Makefile from Rebar3. I noticed, that erlang.mk compiles them several times faster. What is it's secret and how should I do so?
rebar.config: {erl_opts, [debug_info, warnings_as_errors, {platform_define, "^[0-9]+", namespaced_types}]}. src: -ifdef(namespaced_types). -type poolboy_queue() :: queue:queue(). -else. -type poolboy_queue() :: queue(). -endif.
Dependencies should be fetched and built in separated threads. Number of threads should be stored in system config.