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

Workaround: Delete problematic edge in interrupt tree example #57

Merged
merged 1 commit into from
May 16, 2022

Conversation

wmamills
Copy link

dot has an issue with edges between two "record" shaped nodes that are
directly on top of each other. This is reported to occur since 2.40
of graphviz.

In v0.3 this device1 -> i-device1 edge was not drawn either but now this
error causes the whole diagram to be missing from the output.

Until dot is fixed or a better work around is found, delete the problematic
edge. This gets us back to the v0.3 state.

Closes #56

Signed-off-by: Bill Mills [email protected]

dot has an issue with edges between two "record" shaped nodes that are
directly on top of each other.  This is reported to occur since 2.40
of graphviz.

In v0.3 this device1 -> i-device1 edge was not drawn either but now this
error causes the whole diagram to be missing from the output.

Until dot is fixed or a better work around is found, delete the problematic
edge.  This gets us back to the v0.3 state.

Signed-off-by: Bill Mills <[email protected]>
@robherring robherring merged commit 321b1b4 into devicetree-org:main May 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Interrupt tree example (current Fig 2.3) does not show in PDF
2 participants