Re: DDeps 1.1.1

2019-04-28 Thread Shigeki Karita via Digitalmars-d-announce

On Saturday, 27 April 2019 at 16:16:02 UTC, lempiji wrote:
Recently, I created a tool to create a module dependency graph 
for the D language.


The tool can compare two versions and visualize the 
differences. I think it's useful for source reviews.


Try it if you are interested.
Some screenshots are included in the README.


- DUB: http://code.dlang.org/packages/ddeps
- GitHub: https://github.com/lempiji/ddeps


I put the generated dependency graph (svg) on my library document.
It simply looks nice. see 
https://shigekikarita.github.io/grain/grain.html


Re: DDeps 1.1.1

2019-04-27 Thread Bastiaan Veelo via Digitalmars-d-announce

On Saturday, 27 April 2019 at 16:16:02 UTC, lempiji wrote:
Recently, I created a tool to create a module dependency graph 
for the D language.


The tool can compare two versions and visualize the 
differences. I think it's useful for source reviews.


Try it if you are interested.
Some screenshots are included in the README.


- DUB: http://code.dlang.org/packages/ddeps
- GitHub: https://github.com/lempiji/ddeps


Very nice! I’ll have to bookmark this.

Bastiaan.


Re: DDeps 1.1.1

2019-04-27 Thread Nicholas Wilson via Digitalmars-d-announce

On Saturday, 27 April 2019 at 16:16:02 UTC, lempiji wrote:
Recently, I created a tool to create a module dependency graph 
for the D language.


The tool can compare two versions and visualize the 
differences. I think it's useful for source reviews.


Try it if you are interested.
Some screenshots are included in the README.


- DUB: http://code.dlang.org/packages/ddeps
- GitHub: https://github.com/lempiji/ddeps


Very nice!

Does this respect versions? E.g. to separate unit tests importing 
everything else, from library code being relatively modular.


This will be useful for modularising DMD.


DDeps 1.1.1

2019-04-27 Thread lempiji via Digitalmars-d-announce
Recently, I created a tool to create a module dependency graph 
for the D language.


The tool can compare two versions and visualize the differences. 
I think it's useful for source reviews.


Try it if you are interested.
Some screenshots are included in the README.


- DUB: http://code.dlang.org/packages/ddeps
- GitHub: https://github.com/lempiji/ddeps