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

from the issue [#1747](https://github.com/erlang/rebar3/issues/1747) also some problem exist when is set the proxy as this `set http_proxy=http://127.0.0.1:10809 && set https_proxy=http://127.0.0.1:10809` `Uncaught error in rebar_core. Run with DIAGNOSTIC=1 to see stacktrace...

### Environment ### ``` Rebar3 report version 3.19.0 generated at 2022-09-07T18:48:02+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...

Currently in rebar3_hex we hardcode hexpm as the repository an app belongs to when gathering locks to generate a dependency specification for a package. Likewise, an optional param is also...

I'm opening this pull request more for guidance than just to get this merged. I found that [the patch](https://github.com/erlang/rebar3/pull/2731) I did for dereferencing symbolic links in common tests does not...

Using Rebar3 3.19.0 on OTP 25, I run `rebar3 new app example` and replace the `rebar.config` with the following contents: ```erlang {relx, [{release, {example, "0.1.0"}, [example, sasl]}, {dev_mode, true}, %...

I'm still trying to get split my profiles (#1609) and have got one more problem. The prod release should exclude some dev tools and here is how i'm trying to...

### Pre-Check ### I could potentially help fix if somebody points me in the right direction. ### Environment ### ``` Rebar3 report version 3.18.0 generated at 2024-02-17T00:16:53+00:00 ================= Please submit...

The `manifest` provider allows users to extract information about a `rebar3` project, so that the information can be used by external tools such as language servers to learn about the...

The log_level app setting had become ignored during refactorings of old. This makes it take effect again and syncs its standard setting with that of with rebar_log:default_level(). We add rebar_log:atom_to_level/1...

Provider to generate autocompletion files. Generates completion for plugins too, which is a big step forward! Previous completion also worked only for the first flag. Currently only completion for `bash`...