• Website
  • Search
  • Member List
  • Help
  • Old Forum
  • Social Media
    •   @Wings3dOfficial
    •   @Wings3dOfficial
    •   Wings3dOfficial
    •   Wings3dOfficial
  • Register
  • Login
  • Website
  • Search
  • Member List
  • Help
  • Old Forum
  • Register
  • Login
Wings 3D Development Forum Wings 3D Programming v
1 2 3 4 Next »
Working with GitHub repository [updated: 04/02/2015]

 
  • 0 Vote(s) - 0 Average
Working with GitHub repository [updated: 04/02/2015]

Pages (2): « Previous 1 2
micheus
Offline

Forum's Admin and Support | Bug fixer
Posts: 3,675
Threads: 183
Joined: Jun 2012
#11
10-29-2015, 07:14 PM
I know it's possible to use gitk for that, but most the time I use the console to build and test Wings3D that I prefer to not start an IDE just for manage the branches. It's like to say a Linux user to use a graphic file manager instead of to use the shell. Smile
[Image: tw.png] @MicheusVieira [Image: yt.png] @MicheusVieira [Image: da.png] Micheuss [Image: ig.png] micheus4wings3d
* Wings3D Team stands for: Björn and Dan
dgud
Offline

Grumpy Dev
Posts: 692
Threads: 37
Joined: Nov 2012
#12
10-30-2015, 01:41 PM
I'm a linux user and never use a file manager but I use gitk all the time. :-)

I check every commit there to see that I've not left debug printouts, that commit message
is ok and so on, where to do merges from and/or rebase's and which commit touched which files.
You should use it more, it is really useful.
micheus
Offline

Forum's Admin and Support | Bug fixer
Posts: 3,675
Threads: 183
Joined: Jun 2012
#13
04-17-2019, 01:37 PM
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
[Image: tw.png] @MicheusVieira [Image: yt.png] @MicheusVieira [Image: da.png] Micheuss [Image: ig.png] micheus4wings3d
* Wings3D Team stands for: Björn and Dan
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (2): « Previous 1 2


  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D - Powered by MyBB

Linear Mode
Threaded Mode