Skip to content
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

Implement as_dot for graphs in utils/graph in a less hacky way #1476

Open
lockshaw opened this issue Aug 26, 2024 · 0 comments
Open

Implement as_dot for graphs in utils/graph in a less hacky way #1476

lockshaw opened this issue Aug 26, 2024 · 0 comments
Assignees
Labels
repo-refactor Topics related to the repo and search refactors rr-graph Repo refactor graph library

Comments

@lockshaw
Copy link
Collaborator

The current implementation of as_dot(OpenDataflowGraphView const &) and as_dot(DataflowGraphView const &) was written very quickly and is rather hacky, relying on string-based node representations that need to be consistent between the two or else the function will just return nonsense.

@lockshaw lockshaw added repo-refactor Topics related to the repo and search refactors rr-graph Repo refactor graph library labels Aug 26, 2024
@lockshaw lockshaw self-assigned this Aug 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
repo-refactor Topics related to the repo and search refactors rr-graph Repo refactor graph library
Projects
None yet
Development

No branches or pull requests

1 participant