-
Notifications
You must be signed in to change notification settings - Fork 13.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Should share code for viewing dot graphs #1173
Comments
Specifically, see all the files that implementing #1170 had to change :( |
We need to check to make sure all the usages are the same and if not make sure |
All files actually use WriteGraph() call to output graph to stream. I'll |
Code cleanup |
Anton, The patch looks fine, except: I don't like having ViewGraph implementation in a So, could you please refactor this so that the common parts are put in separate
template Reid. |
Another cleanup that might be required before this can be done: we should make the GraphWriter -Chris |
Refactored code |
Mine. |
The patch did not apply correctly. In particular, Could you update to CVS head, fix any merge/conflict problems and then provide a Thanks, Reid. |
Anton, Any updates on this bug? Reid. |
Reid! As you know already, I'm in the process of migration to new system. I'm |
Patch over latest CVS snapshot this is the updated patch. Hope it will apply fine. |
cvs diff -u output |
The new patches applied correctly. I'm building and checking to make sure it Thanks, Anton. |
Extended Description
There are now several copies of the code for viewing a dot graph with dot&gv/dotty/Graphviz. This
should all be shared in one place in libsupport.
-Chris
The text was updated successfully, but these errors were encountered: