{erl_opts, [debug_info]}.
{plugins, [
{'lfe-compile', "0.7.0", {pkg, rebar3_lfe_compile}},
{'lfe-repl', {git, "https://github.com/lfe-rebar3/repl.git", {tag, "0.2.1"}}}
]}.
{deps, [
{hackney, ".*", {git, "git://github.com/benoitc/hackney.git", {branch, "master"}}}
]}.
{relx, [{release, { test, "0.1.0" },
[test,
sasl]},
{sys_config, "./config/sys.config"},
{vm_args, "./config/vm.args"},
{dev_mode, true},
{include_erts, false},
{extended_start_script, true}]
}.
{profiles, [{prod, [{relx, [{dev_mode, false},
{include_erts, true}]}]
}]
}.
rebar3 lfe repl
===> Skipping lfe (from {git,"git://github.com/rvirding/lfe.git",
{ref,
"b84e9a8a1db6ffdd0cfe593fc8ad440ef72a5511"}}) as an app of the same name has already been fetched
===> Skipping lfe (from {git,"git://github.com/rvirding/lfe.git",
{ref,
"b84e9a8a1db6ffdd0cfe593fc8ad440ef72a5511"}}) as an app of the same name has already been fetched
===> Verifying dependencies...
===> The rebar3 lfe REPL is a development tool; to deploy applications in production,
consider using releases (http://www.rebar3.org/v3.0/docs/releases)
..-~.~_~---..
( \\ ) | A Lisp-2+ on the Erlang VM
|`-.._/_\\_.-': | Type (help) for usage info.
| g |_ \ |
| n | | | Docs: http://docs.lfe.io/
| a / / | Source: http://github.com/rvirding/lfe
\ l |_/ |
\ r / | LFE v1.2.0 (abort with ^G)
`-E___.-'
> ===> Uncaught error in rebar_core. Run with DEBUG=1 to see stacktrace or consult rebar3.crashdump
> ===> When submitting a bug report, please include the output of `rebar3 report "your command"`
> %
Error: function_clause
[{'lr3-repl-cfg','update-env',
[{test,[]}],
[{file,"/Users/sashaafm/Documents/lfe_test/test/_build/default/plugins/lfe-repl/src/lr3-repl-cfg.lfe"},
{line,13}]},
{lists,map,2,[{file,"lists.erl"},{line,1239}]},
{'lr3-repl-app','boot-check',1,
[{file,"/Users/sashaafm/Documents/lfe_test/test/_build/default/plugins/lfe-repl/src/lr3-repl-app.lfe"},
{line,6}]},
{'lfe-repl',do,1,
[{file,"/Users/sashaafm/Documents/lfe_test/test/_build/default/plugins/lfe-repl/src/lfe-repl.lfe"},
{line,41}]},
{rebar_core,do,2,
[{file,"/home/tristan/Devel/rebar3/_build/default/lib/rebar/src/rebar_core.erl"},
{line,125}]},
{rebar_prv_do,do_tasks,2,
[{file,"/home/tristan/Devel/rebar3/_build/default/lib/rebar/src/rebar_prv_do.erl"},
{line,68}]},
{rebar_core,do,2,
[{file,"/home/tristan/Devel/rebar3/_build/default/lib/rebar/src/rebar_core.erl"},
{line,125}]},
{rebar3,main,1,
[{file,"/home/tristan/Devel/rebar3/_build/default/lib/rebar/src/rebar3.erl"},
{line,56}]}]