-
Notifications
You must be signed in to change notification settings - Fork 9
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
Improve Timing Graph #61
Conversation
+1 to hiding behind a feature to reduce downstream dependency leak. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't know much about the timing graph in particular, but I did leave some Rusty suggestions
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nicely done! One note re: consistency of copyright docstring, but (once this passes CI) LGTM
🎉 This PR is included in version 0.10.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Closes #64
TODO:
dot-graph
? It's already a breaking change so that shouldn't be much troubleFix to Timing Dependency Bug
By way of example, here's the old graph and the new one, for the same program. Note that the second one has fewer memory dependencies.
Broken
Fixed
Fix to GraphViz API
This PR replaces the brittle templating currently in place with the use of the dot_writer crate so as to offload that logic.