-
### Environment ###
ArchLinux https://aur.archlinux.org/packages/rebar3
```
Rebar3 report
version 3.24.0
generated at 2024-09-27T19:58:50+00:00
=================
Please submit this along …
-
In grisp_tools 2.7.0 `erlexec` is introduced in the dependency tree, but somehow mix cannot build it.
```
mix grisp.deploy …
-
It looks like recent rebar3 update have broken rebar3_erllambda
reproduction steps:
rebar3 version:
```
rebar 3.13.0+build.4578.ref9076a48 on Erlang/OTP 21 Erts 10.3.5.3
```
rebar.config
```
…
-
oleg@x200:~/dev/rebar3_erlydtl_plugin (git: master) ───────────────────────────────────────────────────────────────────────────────────────────────────────────
➜ DEBUG=1 rebar3 compile
...
===> Compil…
-
**Describe the bug**
Given the following code
```erlang
-module(format_bug).
-export([foo/0]).
-type foo() :: a_very_long_atom_which_almost_spans_the_entire_line_1 %% comment a
…
-
The started VM cannot be killed with _Ctrl+C_ when starting a release with `rebar3 run` instead of `rebar3 release && _build/default/rel/myrelease/bin/myrelease`. Instead, `q().` in the console has to…
-
With version 2.20.2 I have problems using umbrella project and rebar.config as in example
`rebar3_gpb_plugin/doc/samples/sample_release/`
rebar 3.16.1 on Erlang/OTP 24 Erts 12.0.1 error:
```…
-
```
$ rebar3 erl_subgraph_compile -f src/foo.erl
===> Expanded command sequence to be run: [{default,app_discovery},
{default,
…
-
Hi there,
when getting the Hex package, compilation fails with the following log:
```
===> Fetching geas ({pkg,,})
===> Version cached at /Users/arno/.cache/rebar3/hex/default/packages/geas-2.…
-
I am starting this issue to track progress of the effort started in #11651. I will be updating this issue with further developments and my implementation plans. If someone wants to jump in and work on…