rebar3
rebar3 copied to clipboard
A comprehensive LFE rebar3 plugin for all your LFE tooling needs
Hi! First time contributing here :) So, I've tried `rebar3 new lfe-main` today to bootstrap a new LFE project, and I promptly noticed minor inconsistencies in the `README.md` Markdown. After...
See the following ticket for context: * https://github.com/lfe/rebar3/issues/79 Tasks: * [x] Open a ticket with the rebar3 project * [x] Submit a PR * [ ] Await next release of...
The rebar3 LFE compiler doesn't seem to be compiling the LFE app (included in the `rebar3.config` file to be bundled with the escript). This does not work: ``` $ rebar3...
Originally filed here: https://github.com/lfe-rebar3/compile/issues/30
From comments in https://github.com/lfe-rebar3/compile/issues/29
Originally filed here: https://github.com/lfe-rebar3/compile/issues/28 * a project with an lfe include and no additional settings in `rebar.confg` * a project with no include but which uses the include from a...
Originally filed here: https://github.com/lfe-rebar3/compile/issues/23 And maybe them optionally? Maybe don't compile tests by default, but add a `--compile-tests` boolean flag?
Originally filed here: https://github.com/lfe-rebar3/compile/issues/23
Not sure if this is necessary, since this is provided by rebar3. However, one thing I have noticed with other rebar3 plugins is that the downloaded cache for plugins is...