Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't annotate files on erlmld #49

Open
elbrujohalcon opened this issue Nov 2, 2022 · 0 comments
Open

Can't annotate files on erlmld #49

elbrujohalcon opened this issue Nov 2, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@elbrujohalcon
Copy link
Collaborator

rebar3_typer version

v0.0.1

OS version

MacOS 12

Steps to reproduce

  1. Add rebar3_typer to the project plugins for https://github.com/AdRoll/erlmld
  2. 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

@elbrujohalcon elbrujohalcon added the bug Something isn't working label Nov 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant