rebar3 icon indicating copy to clipboard operation
rebar3 copied to clipboard

A comprehensive LFE rebar3 plugin for all your LFE tooling needs

Results 28 rebar3 issues
Sort by recently updated
recently updated
newest added

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...

cleanup

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...

bug

Originally filed here: https://github.com/lfe-rebar3/compile/issues/30

enhancement

From comments in https://github.com/lfe-rebar3/compile/issues/29

enhancement

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?

enhancement

Originally filed here: https://github.com/lfe-rebar3/compile/issues/23

enhancement

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...

feature