enot icon indicating copy to clipboard operation
enot copied to clipboard

Erlang advanced project manager

Results 15 enot issues
Sort by recently updated
recently updated
newest added

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...

enhancement

https://github.com/inaka/xref_runner

enhancement

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?

enhancement
help wanted

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.

bug

Dependencies should be fetched and built in separated threads. Number of threads should be stored in system config.

enhancement