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

Not sure we can do anything about this, so may just label 'won't fix' and close, but if there are Elixir compiled beam files in the ebin dir -- in...

I realized a drawback to how xref now only adds the runtime applications to analyze. For apps with optional dependencies it means there is no way to include them in...

bug
enhancement

I install two erl version in my os **erl8.3** in path but **erl-23.0** not in(just because the old program use 8.3) so i add another with: **$env:Path ="C:\Program Files\erl-23.0\bin;" +...

Windows

``` Rebar3 report version 3.14.1 generated at 2020-09-30T20:46:12+00:00 ================= Please submit this along with your issue at https://github.com/erlang/rebar3/issues (and feel free to edit out private information, if any) ----------------- Task:...

minor bug

`git clone https://github.com/lrascao/rebar3_include_bug_app && cd rebar3_include_bug_app && rebar3 compile` ```` ===> Compiling _build/default/lib/dep/src/dep_app.erl failed _build/default/lib/dep/src/dep_app.erl:15: undefined macro 'SOME_DEFINE' _build/default/lib/dep/src/dep_app.erl:12: function start/2 undefined ```` While compiling `dep` rebar3 finds one of...

bug
dependency

Workaround: Avoid commas in file paths Background: This error was encountered via `mix phx.server` of the Phoenix framework. See [discussion](https://elixirforum.com/t/phoenix-could-not-compile-dependency-ranch/22939). Primary Manifestation: ``` $ rebar3 bare compile --paths "/Users/dev/sbox/phx/key,value/hello/_build/dev/lib/*/ebin" ===>...

bug
next major

### Environment ### ``` Rebar3 report version 3.7.5 generated at 2019-04-20T14:33:49+00:00` =================` Please submit this along with your issue at https://github.com/erlang/rebar3/issues (and feel free to edit out private information, if...

enhancement

### Environment ### I'm trying to compile rebar3 package *lager*, and it depends on the *goldrush* package, with the following environment: *goldrush* and other erlang packages are preinstalled into system's...

documentation
support

This may be a bug in `cth_surefire` in OTP and not with rebar3 but it needs investigation. If the hook is configured to be used: ```erlang {ct_opts, [{ct_hooks, [cth_surefire]}]} ```...

bug

### Pre-Check ### Hello, I'm facing an issue is related to https://github.com/tsloughter/rebar_mix/ plugin causing a crash in Rebar. @tsloughter suggested me to report here. ### Environment ### - Add the...