Skip to content

PS: Add more type-tracking flow #112

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

Merged
merged 4 commits into from
Oct 3, 2024
Merged

Conversation

MathiasVP
Copy link
Collaborator

This PR adds more type-tracking flow in addition to adding some more tests which for type-tracking which was long overdue 😅

32f7f1b simplifies our AST handling of methods. Previously, we were using two different extensionals to represent functions and methods (i.e., member functions), but I realizied that they're actually both represented by the extensional that we were using for functions. So we could simplify some stuff there 🎉

@MathiasVP MathiasVP merged commit 421258b into main Oct 3, 2024
1 check 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