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

[ derive ] Fix distribution for tricky dependency+recursion case #129

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

buzden
Copy link
Owner

@buzden buzden commented Mar 28, 2024

Closes #128. In its most important part piggybacks #108.

This PR implements solution suggested in #128

@buzden buzden added status: confirmed bug Something isn't working part: derivation Related to automated derivation of generators issue: distribution When distribution of generation is wrong derive: core Something in between single type generator and its constructors code: fix Fixing some issues part: examples Related to the usage examples labels Mar 28, 2024
@buzden buzden force-pushed the sorted-list-distr branch 2 times, most recently from 5bf57ca to 2408545 Compare April 3, 2024 16:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code: fix Fixing some issues derive: core Something in between single type generator and its constructors issue: distribution When distribution of generation is wrong part: derivation Related to automated derivation of generators part: examples Related to the usage examples status: confirmed bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Lengths of generated lists of derived sorted lists are too short
1 participant