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

Fix to #309 #95

Merged
merged 1 commit into from
Mar 15, 2024
Merged

Fix to #309 #95

merged 1 commit into from
Mar 15, 2024

Conversation

mjp41
Copy link
Member

@mjp41 mjp41 commented Mar 15, 2024

The traverse function was calling post(root) twice:
once just before exiting the loop, and
once just after the loop.

This removes the unneccessary additional call.

The traverse function was calling post(root) twice:
  once just before exiting the loop, and
  once just after the loop.

This removes the unneccessary additional call.
@mjp41 mjp41 merged commit dd7c8e0 into microsoft:main Mar 15, 2024
21 checks passed
@mjp41 mjp41 deleted the mjp/iter_fix branch March 15, 2024 14:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant