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

I hadn't thought about the fact that we have all the info (column numbers) these days to output those fancy error messages like you see in Elm or Rust until...

enhancement
help wanted

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

Enviroment: rebar 3.20.0 on Erlang/OTP 24 Erts 12.3.2.1 OS Name: Microsoft Windows 10 专业版 OS Version: 10.0.19042 N/A Build 19042 When I use the config/sys.config.src file and the release command,...

### Environment ### ``` Rebar3 report version 3.20.0 generated at 2023-02-08T03:33:48+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...

### Environment ### ``` Rebar3 report version 3.20.0 generated at 2022-12-29T03:49:57+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...

Currenlty CT provider tries to load each application mentioned in `sys_config` files. This may silently fail (and in most cases it does) if the application is not found in the...

This PR improves the completion for `bash`. Currently the improvements are: - Profiles completion: typing `rebar3 as ` gives a list of the `rebar,config` profiles, same for `rebar3 clean --project/-p...

I've got a `rebar.config.script` that expects the `VSN` environment variable to be set, but rebar3 crashes if it is. ## Reproduction 1. Compile from source (I used main @2189a408d6c8ae239f730ca41a5ad3c651a90643), using...

### Current behaviour ### In a following rebar configuration ``` {pre_hooks, [ {ct, "sed 's@&&f@'\"$(pwd)\"'@g' test/sys.config.template > test/sys.config"} # Change test/sys.config file ]}. {ct_opts, [{sys_config, ["test/sys.config"]}]}. ``` Running `rebar3 ct`...

They've been enabled almost a year ago since [3.22.0](https://github.com/erlang/rebar3/releases/tag/3.22.0). I've [started gathering feedback on the Erlang Forums about it](https://erlangforums.com/t/rebar3-upgrades/1558/6), and have been using it the whole time. Once a long...