-
To reproduce, create a simple app with `rebar3 new app testapp`, create `include` directory, put a hrl file with a simple define there and include this file into any of .erl files of the project with …
-
I am observing below issue with latest rebar3 version 3.14.4. any idea how to solve this problem?
```
===> {post_hooks, [{compile,
"escript build/prepend_edoc_a…
-
when calling appup release, which calls appup compile on one of our applications it generates
{"git", UpgradeInstructions, DowngradeInstructions} instead of putting the correct version number there…
-
### Pre-Check ###
I am trying to setup and deploy a grisp application from this github: "https://github.com/lunelis/sensor_fusion" but when trying to deploy to my SD card I get an "Uncaught error i…
-
## `rebar3_typer` version
[0.0.1](https://github.com/AdRoll/rebar3_typer/releases/tag/0.0.1)
## Description
* **Motivation**
OTP25 includes some changes we upstreamed from this repo related to T…
-
Seems there's a regression from LFE v1.2 to v1.3 such that one or more YAWS records in `yaws/include/yaws_api.hrl` can't be compiled by LFE. The `rebar3` stack trace I get when trying to run the tests…
-
Hi. I've seen today this very strange error in one of my builds. When I run `rebar3 compile` or `rebar3 eunit` everything works. Only when I call rebar3 ct I have this error:
```
===> Running hook…
-
```
rj@RJ3000 ~/src/countess
$ DEBUG=1 rebar3 run
===> Verifying dependencies...
===> Compiling countess
===> erl_opts [debug_info,debug_info]
===> Files to compile first: []
===> Starting relx build …
-
PropEr's quick-start instructions in the project README do not:
- detail integrating with rebar or old-style project makefile,
- show running a property test suite as opposed to single property tests …
-
I have been playing with the example "demo" code from the repo. I wanted to add a sname to the demo Erlang VM. So, created a file called, `config/vm.args` in the demo directory which looks like:
```
…