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

feat!: support for recursive structures #22

Merged
merged 1 commit into from
Aug 2, 2023
Merged

Conversation

MartinHH
Copy link
Owner

@MartinHH MartinHH commented Aug 2, 2023

This is somewhat breaking because it adds 1-2 further inlining step(s) to derivation (1 for Arbitrary and Cogen, 2 for Shrink), thus increasing the risk to hit Xmaxinlines.

This is somewhat breaking because it adds 1-2 further inlining step(s)
to derivation (1 for Arbitrary and Cogen, 2 for Shrink), thus
increasing the risk to hit Xmaxinlines.
@MartinHH
Copy link
Owner Author

MartinHH commented Aug 2, 2023

Implements #21

@MartinHH MartinHH merged commit 531b9ca into main Aug 2, 2023
@MartinHH MartinHH deleted the feat/recursive_structures branch August 2, 2023 08:35
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