Skip to content

Instantly share code, notes, and snippets.

@tsloughter
Created September 25, 2014 00:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tsloughter/4f9ef949281acfe9d4c7 to your computer and use it in GitHub Desktop.
Save tsloughter/4f9ef949281acfe9d4c7 to your computer and use it in GitHub Desktop.
dialyzer --fullpath --plt /home/tristan/Devel/rebar/.depsolver_plt -Wno_opaque -Wrace_conditions -r ./ebin
Checking whether the PLT /home/tristan/Devel/rebar/.depsolver_plt is up-to-date... yes
Proceeding with analysis...
dialyzer: Analysis failed with error:
Could not scan the following file(s):
Could not get core Erlang code for: /home/tristan/Devel/rebar/ebin/rebar_prv_version.beam Could not get core Erlang code for: /home/tristan/Devel/rebar/ebin/rebar_prv_update.beam Could not get core Erlang code for: /home/tristan/Devel/rebar/ebin/rebar_prv_shell.beam Could not get core Erlang code for: /home/tristan/Devel/rebar/ebin/rebar_prv_tar.beam Could not get core Erlang code for: /home/tristan/Devel/rebar/ebin/rebar_prv_release.beam Could not get core Erlang code for: /home/tristan/Devel/rebar/ebin/rebar_prv_packages.beam Could not get core Erlang code for: /home/tristan/Devel/rebar/ebin/rebar_prv_new.beam Could not get core Erlang code for: /home/tristan/Devel/rebar/ebin/rebar_prv_lock.beam Could not get core Erlang code for: /home/tristan/Devel/rebar/ebin/rebar_prv_install_deps.beam Could not get core Erlang code for: /home/tristan/Devel/rebar/ebin/rebar_prv_help.beam Could not get core Erlang code for: /home/tristan/Devel/rebar/ebin/rebar_prv_do.beam Could not get core Erlang code for: /home/tristan/Devel/rebar/ebin/rebar_prv_deps.beam Could not get core Erlang code for: /home/tristan/Devel/rebar/ebin/rebar_prv_compile.beam Could not get core Erlang code for: /home/tristan/Devel/rebar/ebin/rebar_prv_app_discovery.beam Could not get core Erlang code for: /home/tristan/Devel/rebar/ebin/rebar_erlydtl_compiler.beam
Last messages in the log cache:
Reading files and computing callgraph...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment