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

Add missing case for Array typeBounds, make private final, fix minor bug in RefinementLifting #1494

Merged
merged 1 commit into from
Jan 29, 2024

Conversation

mario-bucev
Copy link
Collaborator

Small PR that addresses 3 minor issues:
-Add a missing case for arrays in typeBounds, which would otherwise cause ArrayOfTypeAlias to fail Stainless type-checking
-Annotate private methods with xt.Final since these cannot be overridden ("effectively final"). Now PrivateIsFinal passes
-Fix a small issue in RefinementLifting that would not properly update the type of each occurrence of variables whose type has been dealiased.

@vkuncak vkuncak merged commit 1001219 into epfl-lara:main Jan 29, 2024
2 checks passed
@mario-bucev mario-bucev deleted the 3-in-1 branch January 29, 2024 11:05
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