Menu

#317 epydoc svn-1812 no graphs genetated at all

devel (cvs)
open
5
2015-08-17
2009-08-05
Anonymous
No

This is the same bug as 2276946. Sorry for duplicate but I don't know how attach files to an open bug.
Epydoc from svn don't create any graph (debian epydoc-3.0.1 does) nor show any warning or error.

epydoc svnversion 1812 as of 20090806
$ dot -V
dot - Graphviz version 2.20.2 (Mon Jun 29 17:34:52 UTC 2009)

Discussion

  • Nobody/Anonymous

    Config and logs from epydoc svn 1812

     
  • Stephan Finkensieper

    Seems like commit 1805 introduced this behaviour. Reverting this single commit solved the issue for me:

    svn co https://svn.code.sf.net/p/epydoc/code/trunk/epydoc epydoc
    cd epydoc
    svn merger -c -1805 .
    cd src
    python setup.py install

     

    Last edit: Stephan Finkensieper 2015-08-17

Log in to post a comment.