-
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
```
…
-
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…
-
oleg@x200:~/dev/rebar3_erlydtl_plugin (git: master) ───────────────────────────────────────────────────────────────────────────────────────────────────────────
➜ DEBUG=1 rebar3 compile
...
===> Compil…
-
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,
…
-
```
===> Compiling rebar3_eqc
===> Compiling /home/travis/build/lasp-lang/lasp/_build/default/plugins/rebar3_eqc/src/rebar3_eqc.erl failed
/home/travis/build/lasp-lang/lasp/_build/default/plugins/reba…
-
`rebar3 erl_subgraph_compile` fails on a fresh app (ie never compiled before). A `rebar3 compile` is necessary to create the `_build/...` dir structure first.
```
> DEBUG=1 rebar3 erl_subgraph_com…
-
**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
…
-
Hello. There seems to be a strange issue when running `rebar3 dialyzer` on LFE modules that include an Erlang header file. A warning in the LFE code is flagged as occurring in the Erlang header file…