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 157 rebar3 issues
Sort by recently updated
recently updated
newest added

When the environment's OTP version supports `dialyzer --incremental` (see [the PR introducing it](https://github.com/erlang/otp/pull/5997)), enable an `--incremental`/`-i` option to `rebar3 dialyzer` in order to make it accessible. In erlang/OTP#5997, we added...

I have an Erlang project that includes one Elixir `*.ex` file in the `src` directory alongside with `*.erl` files. I added this line to compile it: ``` {pre_hooks, [{erlc_compile, "elixirc...

### Environment ### i am using gitbash on windows. ``` user@hostMINGW64 /c/src/erl/rel1/release1 $ rebar3 report ===> Expanded command sequence to be run: [{default,report}] ===> Provider: {default,report} Rebar3 report version 3.14.1...

dependency

### Pre-Check ### Context: We want to be able to assure that a project is using a minimum or specific version of rebar3 by conf ### Current behaviour ### You...

BACK_GROUND: the rebar3 version is the lastest version. when compile start, copy the file for each app to __build/xxx directory, when in unix enviroment, each directory will get 2 of...

awaiting update

### Current behaviour ### With Rebar 3.14.3 the extended start script prints the following when using the 'attach' command: ``` $ extended-start-script attach 'attach' has been deprecated, replaced by 'daemon_attach'...

dependency

Previously we could use custom plugins in `rel/plugins`, but how to add custom plugins using rebar3? Instead of fetching from `git` or `hexpm`, shall we use `path` to specify the...

Hello, rebar3 relase fails with message: "Failed creating providers. Run with DIAGNOSTIC=1 for stacktrace or consult rebar3.crashdump". Please what could be wrong? Crash dump [rebar3_crashdump.zip](https://github.com/erlang/rebar3/files/9053225/rebar3_crashdump.zip) ### Environment ### ``` austin@NG-00000077:~$...

When upgrading rebar3 of an umbrella project from 3.12 to 3.19, I encounter a problem: Packaging with `rebar3 as prod tar`, it is found that the overlay configured in the...

### Pre-Check ### Can't find this bug being previously reported ### Environment ### - Add the result of `rebar3 report` to your message: Rebar3 report version 3.18.0 generated at 2022-06-19T12:51:27+00:00...