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

schemautil: fix infinite recursion #659

Merged
merged 1 commit into from
Apr 5, 2023

Conversation

eandre
Copy link
Member

@eandre eandre commented Apr 5, 2023

For mutually recursive types we need to track
which declarations we've already seen.

Thanks Juan Álvarez for the report.

@encore-cla
Copy link

encore-cla bot commented Apr 5, 2023

All committers have signed the CLA.

@eandre eandre requested a review from ekerfelt April 5, 2023 19:16
@eandre eandre force-pushed the schemautil-recursion branch from c445187 to 0133579 Compare April 5, 2023 19:17
@eandre eandre enabled auto-merge (rebase) April 5, 2023 19:19
ekerfelt
ekerfelt previously approved these changes Apr 5, 2023
For mutually recursive types we need to track
which declarations we've already seen.

Thanks Juan Álvarez for the report.
@eandre eandre merged commit 3879278 into encoredev:main Apr 5, 2023
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.

2 participants