ferd / ferd/erl_subgraph_compile
Command fails due to {error, enoent} on fresh app.
- Dominant language
- Erlang
- Stars
- 9
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
`rebar3 erl_subgraph_compile` fails on a fresh app (ie never compiled before). A `rebar3 compile` is necessary to create the `_build/...` dir structure first.
```
> DEBUG=1 rebar3 erl_subgraph_compile
===> Expanded command sequence to be run: [{default,app_discovery},
{default,
erl_subgraph_compile}]
===> Provider: {default,app_discovery}
===> Provider: {default,erl_subgraph_compile}
===> Uncaught error in rebar_core. Run with DEBUG=1 to see stacktrace or consult rebar3.crashdump
===> Uncaught error: {badmatch,{error,enoent}}
===> Stack trace to the error location:
[{erl_subgraph_compile_prv,check_deps_,1,
[{file,"/Users/robert.aloi/git/github/erlang-ls/rebar3_bsp/priv/sample/_build/default/plugins/erl_subgraph_compile/src/erl_subgraph_compile_prv.erl"},
{line,102}]},
{erl_subgraph_compile_prv,do,1,
[{file,"/Users/robert.aloi/git/github/erlang-ls/rebar3_bsp/priv/sample/_build/default/plugins/erl_subgraph_compile/src/erl_subgraph_compile_prv.erl"},
{line,39}]},
{rebar_core,do,2,
[{file,"/Users/robert.aloi/git/github/erlang/rebar3/src/rebar_core.erl"},
{line,154}]},
{rebar3,run_aux,2,
[{file,"/Users/robert.aloi/git/github/erlang/rebar3/src/rebar3.erl"},
{line,181}]},
{rebar3,main,1,
[{file,"/Users/robert.aloi/git/github/erlang/rebar3/src/rebar3.erl"},
{line,66}]},
{escript,run,2,[{file,"escript.erl"},{line,758}]},
{escript,start,1,[{file,"escript.erl"},{line,277}]},
{init,start_em,1,[]}]
===> When submitting a bug report, please include the output of `rebar3 report "your command"`
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.