AnthonyChiavelli / VisualGit

Graphical, educational python app for working with git repositories
GNU General Public License v3.0
7 stars 2 forks source link

Git graph not rendering on Canvas #6

Open kahmali opened 10 years ago

kahmali commented 10 years ago
  1. It appears the _minimum_width() function in rendering_algortihms.py falls into infinite recursion
  2. With larger repos, the _node_tree_from_commit() method in GGraphicsScene.py bumps into a "Fatal Python error: Cannot recover from stack overflow."