-
Notifications
You must be signed in to change notification settings - Fork 7
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
SCFG failing case #150
Comments
looks like the graph has no entry node and is just a long cycle:
|
The problem is that since the first statement of the function is a while loop, the block with index |
I shortened the reproducer to be:
|
The first solution here is to avoid printing the first/genesis block and to emit a simple |
The first solution is implemented here: |
The text was updated successfully, but these errors were encountered: