rebar3_typer version
v0.0.1
OS version
MacOS 12
Steps to reproduce
- Add
rebar3_typer to the project plugins for https://github.com/AdRoll/erlmld
- Run
rebar3 typer --annotate
Current behavior
===> Processing file: "src/erlmld_tcp_acceptor.erl"
===> Saved as: "src/erlmld_tcp_acceptor.erl"
===> Processing file: "src/erlmld_batch_processor.erl"
===> Saved as: "src/erlmld_batch_processor.erl"
===> Processing file: "src/erlmld_app.erl"
===> Saved as: "src/erlmld_app.erl"
===> Processing file: "src/erlmld_noisy_wrk.erl"
===> Saved as: "src/erlmld_noisy_wrk.erl"
===> Processing file: "src/erlmld_sup.erl"
===> Saved as: "src/erlmld_sup.erl"
===> Processing file: "src/erlmld_worker.erl"
===> Uncaught error in rebar_core. Run with DIAGNOSTIC=1 to see stacktrace or consult rebar3.crashdump
Expected behavior
All files (including erlmld_wroker.erl) annotated with types.
Config
None
rebar3_typerversionv0.0.1
OSversionMacOS 12
Steps to reproduce
rebar3_typerto the project plugins for https://github.com/AdRoll/erlmldrebar3 typer --annotateCurrent behavior
Expected behavior
All files (including
erlmld_wroker.erl) annotated with types.Config
None