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 check of undeclared types in any operators #1105

Merged
merged 1 commit into from
Oct 4, 2024

Conversation

daniel-larraz
Copy link
Contributor

Bug introduced in be290ed. Notice that desugaring of any operators occurs before type checking. Previous code, SI.add id ty_vars, does not work because it leads to incorrect positions being reported in error messages.

Bug introduced in be290ed. Notice that desugaring of
any operators occurs before type checking.
Previous code, `SI.add id ty_vars`, does not work because it leads to
incorrect positions being reported in error messages.
@daniel-larraz daniel-larraz merged commit 9e815c4 into kind2-mc:develop Oct 4, 2024
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