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

Disallow retyping of variables to incompatible types #298

Merged
merged 3 commits into from
Dec 30, 2023

Conversation

nielstron
Copy link
Contributor

The retyping of variables introduced recently turns out to be an issue when variables are bound in functions (see added test case). Therefore they are completely disallowed in this patch. In a follow-up patch, re-typing may be allowed again as long as it does not involve variables bound by functions.

@nielstron nielstron merged commit 8c2d321 into dev Dec 30, 2023
3 of 4 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