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

Bug in parent computation in the manager #223

Open
breuleux opened this issue Jun 28, 2019 · 0 comments
Open

Bug in parent computation in the manager #223

breuleux opened this issue Jun 28, 2019 · 0 comments
Labels

Comments

@breuleux
Copy link
Member

This issue pops up in commit 740731c for test test_infer::test_raise_rec. It is not deterministic, so you may have to run the test multiple times. The error is Too many parents for graph xf

The error occurs early, from cloning the freshly parsed graph.

Changing L465 to reach = OrderedSet() solves the issue, which suggests that some orderings of reach are problematic.

@breuleux breuleux added the bug label Jun 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant