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

Add recursion #288

Merged
merged 29 commits into from
Nov 15, 2023
Merged

Add recursion #288

merged 29 commits into from
Nov 15, 2023

Conversation

khatchad
Copy link
Member

  • Change TODOs to notes.
  • Add recursive function test.
  • Change function name.
  • Format.
  • Add recursive test.
  • Add transitive recursive test.
  • We want it to have an error.
  • Add hybrid recursive test.
  • Also assert refactoring kind.
  • Change if to assertion.
  • Add test.
  • Add assertions.
  • Fix message.
  • Add transitive test.
  • Add retracing case.
  • Progress.
  • Progress.
  • Remove unused import.
  • Progress.
  • Add comments.
  • Add precondition failures for recursion.
  • Add warning for recursion.
  • Add assertion.
  • Progress.
  • Test to exercise infinite recursion.
  • Simplify side-effects algorithm.
  • Avoid infinite loops.
  • Fix test code.
  • Fix assertions.

@khatchad khatchad added the enhancement New feature or request label Nov 15, 2023
@khatchad khatchad closed this Nov 15, 2023
@khatchad khatchad reopened this Nov 15, 2023
@khatchad khatchad enabled auto-merge (squash) November 15, 2023 19:37
@khatchad khatchad self-assigned this Nov 15, 2023
@khatchad khatchad merged commit 2767043 into main Nov 15, 2023
6 checks passed
@khatchad khatchad deleted the recursion branch November 15, 2023 19:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant