-
### 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 in helping fix the issue
- For questions or …
-
> What version of ejabberd are you using?
17.08
> What operating system (version) are you using?
macOS Sierra 10.12.4
> How did you install ejabberd (source, package, distribution)?
…
-
As briefly discussed on slack, find the issue related to the erlang cookie file. Upgrading to latest rebar3 and latest relx triggered the following issue when making a release:
```erlang
[]
"Fai…
-
### Current behaviour ###
Git dependencies are not cached (somewhat cc #1281).
Here `jesse` gets cloned to `_build/.../jesse` but `~/.cache/rebar3/` has no Git directory or any place where it woul…
-
With https://github.com/erlang/rebar3/commit/56b7d88975aa8da6446857cfd92de0825024bf63 in rebar_git_resource it removed download/3 export and replaced it with download/4; this has stopped the tidy deps…
-
### Software versions:
* Erlang 19.3
* Elixir 1.7.4 (compiled with 19.3)
* `rebar3`:
```
$ rebar3 --version
rebar 3.8.0 on Erlang/OTP 19 Erts 8.3
```
* `mix` version `1.7.4`
…
-
I keep going back and forth with myself on whether it is worth creating modules with a function per query. So I thought I'd just propose it here to see if there is interest and if there is interest wh…
-
The download function is implemented by a plugin (mirroring). It works in most cases, but sometimes when there are lots of plugins/deps the mirroring plugin is unlodaded hence I get
```
{undef, r…
-
Projects using rebar3 plugins, namely [lfe-compile](https://github.com/lfe-rebar3/compile), fail to build, due to the incompatibility of rebar and rebar3.
Ignoring rebar3 plugin settings should remed…
-
When there is a syntax error in `~/.config/rebar3/rebar.config`, `rebar3` crashes before the log is initialized, so as a user I only see a stack trace pointing to the `log` function.
As an example,…