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

Reported cycle for native cycle detection is incorrect #13744

Closed
stuhood opened this issue Nov 30, 2021 · 0 comments · Fixed by #14381
Closed

Reported cycle for native cycle detection is incorrect #13744

stuhood opened this issue Nov 30, 2021 · 0 comments · Fixed by #14381
Assignees
Labels

Comments

@stuhood
Copy link
Member

stuhood commented Nov 30, 2021

#13370 broke the native cycle detection error message: see #13743 (comment)

Test coverage for that code has wobbled back and forth between covering the Rust and Python code at various points, but Python currently does the file-address aware cycle detection, and so currently has the coverage.

@stuhood stuhood added the bug label Nov 30, 2021
@stuhood stuhood self-assigned this Nov 30, 2021
stuhood added a commit that referenced this issue Feb 7, 2022
As described in #13744, #13370 broke the error message for native cycle detection, by reporting unrelated nodes.

Fix the issue (node ids for the running subgraph were being used with the underlying graph when rendering the path) and expand the test.

Fixes #13744.

[ci skip-build-wheels]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant