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 dependency issue with generateDatatypes #241

Merged
merged 1 commit into from
May 10, 2024
Merged

Fix dependency issue with generateDatatypes #241

merged 1 commit into from
May 10, 2024

Conversation

adwait
Copy link
Contributor

@adwait adwait commented May 8, 2024

Issue: SMT datatype declarations not in order of dependencies (observed with SMTInterface)

Fix: have generateDatatypes also return names of intermediately created datatypes, which can be used when checking dependencies

New test demonstrating bug/fix

Issue: SMT datatype declarations not in order of dependencies

Fix: have `generateDatatypes` also return names of intermediately
    created datatypes, which can be used when checking dependencies
@adwait adwait requested review from perry0513 and removed request for perry0513 May 9, 2024 00:00
@adwait
Copy link
Contributor Author

adwait commented May 10, 2024

Merging since on critical path.

@adwait adwait merged commit d0f0c10 into master May 10, 2024
2 checks passed
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