Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 
Share Thread:
Reddit Facebook Twitter
Working with GitHub repository [updated: 04/02/2015]
04-17-2019, 01:37 PM
Post: #13
Using Dialyzer
Dialyzer "is a static analysis tool that identifies software discrepancies, such as definite type errors, code that has become dead or unreachable because of programming error, and unnecessary tests, in single Erlang modules or entire (sets of) applications." (ref. documentation)

1) After installing new erlang or running dialyzer the first time (by considering you are using the MSYS shell):
$ rm ~/.dialyzer_plt (or whatever the file is)
$ dialyzer --build_plt --apps erts kernel stdlib wx


2) Start wings (and erlang) from Erlang shell:
1> dialyze().

OBS: Have lot of patience and memory

@MicheusVieira MicheusVieira Micheuss micheus4wings3d
* Wings3D Team stands for: Björn and Dan
Reply


Messages In This Thread
Updated: 06/15/2015 - micheus - 06-15-2015, 09:02 PM
[updated: 10/29/2015] - micheus - 10-29-2015, 05:00 PM
Using Dialyzer - micheus - 04-17-2019 01:37 PM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)