-
I've tried compiling this on Ubuntu using Elixir 1.3.2 and Elixir 1.4.1/2, which uses Rebar3 under the hood, and it fails. I get in my rebar crashdump:
```elixir
===> 19.2.3 satisfies the require…
-
When setting `REBAR_CACHE_DIR` the internal config of `global_rebar_dir` get's set with that prefix (see [apps/rebar/src/rebar3.erl:427](https://github.com/erlang/rebar3/blob/main/apps/rebar/src/rebar…
-
# Issue Description
Please fill in the following information to help us reproduce the issue:
## Dynamo version
Dynamo: `2.12.0.5650`
## Operating system
OS: `Microsoft Windows NT 10.0.19041.0…
-
Hi Katherine,
Thank you rebar, it's working very nicely with a in-silico dataset (part of a quality assurance program in Australia).
I am getting some mixed results when I come include or exclu…
-
**Describe the bug**
In projects using Rebar 3 with dependencies that supply a behavior, the following warning is generated:
```
src/module.erl:
4:1 warning behavior thebehaviour undefined…
-
It looks like, defines is not properly substituded in guard expressions.
``` erlang
-module(ar_test_controller, [Req]).
-define(is_ok(X), is_list(X)).
test('GET', [X]) when ?is_ok(X) ->
ok.
```…
-
What is issue number 23 about?
-
I'm trying to get dalmatinerdb up but having trouble building this proxy. I have very little experience with erlang or the build tools that are used. Here is the rebar3 crashdump I receive:
```
E…
-
If you have a directory structure like this (which is pretty much the standard that has been discussed on the rebar mailing list):
rebar.config that includes subdirs (apps/app1, apps/app2)
apps -> ap…
-
rebar3 new release test
add "{plugins, [rebar_ct]}."
rebar3 compile
then
===> Failed to update package rebar_ct from repo hexpm
===> Plugin rebar_ct not available. It will not be used.
===> Veri…
ghost updated
4 years ago