Dialyzer output

Hi all

I run mix dialyzer and got following output:

In an Umbrella child, not checking PLT...
Compiling 1 file (.ex)
Starting Dialyzer
dialyzer --no_check_plt --fullpath --plt /home/anujit/elixir/weight_protocol/_build/dev/dialyxir_erlang-19.2_elixir-1.4.0_deps-dev.plt /home/anujit/elixir/weight_protocol/_build/dev/lib/sap_odata_service/ebin

dialyzer: Not a regular file: /usr/local/Cellar/erlang/19.2/lib/erlang/lib/hipe-3.15.3/ebin/erl_bif_types.beam

What does it mean? Is everything allright?

Thanks

1 Like

Sounds like that file might be a symlink or so, should be fine, but might want to wait for someone else to verify. :slight_smile:

1 Like