-
Notifications
You must be signed in to change notification settings - Fork 20
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
refactor DoSpec to not use Statement #221
base: main
Are you sure you want to change the base?
Conversation
I'm getting test failures related to the block analysis. uniplate behaviour has changed because with |
I think it's due to |
e2a4ebe
to
367b3ce
Compare
Nope, same issue. I'm scratching my head at this - assuming there are more places where the missing |
Another solution would be to change |
The 5 failing tests are all related to |
This removes `Expression`'s mutual recursion with `Statement`.
367b3ce
to
24de15f
Compare
bit lost, only 2 changes seem to have any impact on test results. Leaving for now. |
This removes
Expression
's mutual recursion withStatement
.