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

This PR adds the release init template and support for values of variables being templates themselves. This is used so that the default name of a release can be the...

This adds a message that can be printed after the template is applied. This is most useful in the `init-release` template I'll open a PR for soon because updating rebar.config...

Contains boilerplate code and a few hints how Common Tests are to be used

rebar3 shell will have new commands for example compile(), version(), tree() etc. ```erlang pouriya@codefather /p/rebar3 $ ./rebar3 shell ===> Verifying dependencies... ===> Compiling rebar Erlang/OTP 20 [erts-9.3] [source] [64-bit] [smp:4:4]...

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

I think we should be validating that the compiled application for a hex package is the same as the name of the dependency given in `deps`. Meaning `{deps, [erl_pipeline]}` should...

### Environment ### An erlang project that has N rebar profiles, one per company using the project. Each profile has a specific set of dependencies and configurations in order to...

### Environment ### ``` $ rebar3 report as prod release Rebar3 report version 3.16.1 generated at 2021-07-19T15:59:23+00:00 ================= Please submit this along with your issue at https://github.com/erlang/rebar3/issues (and feel free...

### Pre-Check ### - I wasn't able to find any existing issues or docs describing this behavior - I will submit a Pull Request for a suggested change directly after...