rebar3 icon indicating copy to clipboard operation
rebar3 copied to clipboard

Erlang build tool that makes it easy to compile and test Erlang applications and releases.

Results 163 rebar3 issues
Sort by recently updated
recently updated
newest added

https://github.com/erlang/rebar3/blob/a16f41aef7f004394f761f1dae108231ca0ec76e/vendor/relx/priv/templates/extended_bin_windows#L338 -remsh %node_name%%hostname% %node_type% console_%node_name%_%random%%hostname% -setcookie %cookie% a %hostname% if recommend after console_%node_name%_%random%

# The change As proposed by https://github.com/ferd/cth_readable/pull/41, instead of `SKIPPED` we get a magenta `*`, if `verbose` is `true`. ## Vendoring `cth_readable` in I vendored `cth_readable` 1.6.0 in by changing...

https://github.com/erlang/rebar3/blob/a16f41aef7f004394f761f1dae108231ca0ec76e/apps/rebar/src/rebar_prv_escriptize.erl#L99 This catch was introduced in https://github.com/erlang/rebar3/pull/2532 but there is still a problem: if the escript creation fails and the exception is caught, the call to rebar_hooks:run_all_hooks() below will be...

### Pre-Check ### - If you are filing for a bug, please do a quick search in current issues first - For bugs, mention if you are willing or interested...

hello, small question from github runner images team. we are looking for improving supply chain security. are there checksums or some other integrity validation recommended ? cheers

We were on 0.7.0 or something. Nothing major changed, but we were falling behind so let's see what this does.

When I run for example rebar3 upgrade I have many (sometimes hundreds of these messages: ``` [r3_hex_http] setting #{http_adapter => Module, http_adapter_config => Map} is deprecated in favour of #{http_adapter...

- Add verl dependency and vendor it - Start integrating verl

As an example, the following directories hierarchy is given: App1 -- rebar.config App2 -- rebar.config SharedModules -- example1.erl -- example2.erl How should I modify rebar.config of both applications to include...

# Description `rebar3 release` runs 30 seconds faster for MongooseIM after setting `src_tests` option to `false` in relx. Detailed explanation https://github.com/esl/MongooseIM/pull/4099 ```erlang {relx, [{release, { mongooseim, {cmd, "cat VERSION |...