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

Fixes #2096 Hello! It's really nice to call `rebar3 shell` and have `.config.src` files automatically loaded, much like they are in Erlang releases. I was surprised to see that `rebar3...

OTP24 introduced the automatic shutdown feature, more details here: http://erlang.org/doc/design_principles/sup_princ.html#automatic-shutdown

This PR fixes a bug. **Description** When running `rebar3 compile` on a strange environment (Windows...), a `cmd` command in a `vsn` attribute in an `.app.src` file failed. **Expected behaviour** An...

Test a unusual rebar3 corner case where an Elixir package, built with mix plugin, is released. If done directly, without previous build, the release will fail. Repeat the release, or...

bug

Following #2287. This patch allows deleting other dep's dependency by name with overrides for lockless deps where dep names in `Opts` are usually atoms.

Based on the previous discussions here: https://elixirforum.com/t/optional-mix-deps-being-fetched-with-rebar3-plugins/28417/6

relx options should not be sort, otherwise, the right override strategy will not work.

awaiting update

The mode automatic mode prod always override by default mode dev, so the code is useless.

**Summary:** Packages in hex repos defined in rebar.config cannot be fetched as their URL is always overriden. **Environment**: detected in Erlang 23.0.3 + rebar 3.14.1, but most surely happening in...

Normally the CLI arguments are intended for the provider which is called directly. When these are forwarded to other providers through hooks things might break.

tests missing