clemens-tolboom / uml-generator-php

http://clemens-tolboom.github.io/uml-generator-php/
MIT License
44 stars 5 forks source link

Allow for skipping unchanged files when running bin/json2dot #35

Closed clemens-tolboom closed 10 years ago

clemens-tolboom commented 10 years ago

As a followup of #34 can we do similar for bin/json2dot?

As this is about building the full graph through inheritence, extends, traits we probably need to update our indexfile for managing changes.

MartijnBraam commented 10 years ago

This is not possible because implements, extends and traits are not indexed and and all dependend classes need to be regenerated if a dependency changes.

clemens-tolboom commented 10 years ago

This is not a performance killer per se ... it's much quicker then the parser oop2json.