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

Initial Tree type implementation #852

Merged
merged 3 commits into from
Aug 21, 2024
Merged

Initial Tree type implementation #852

merged 3 commits into from
Aug 21, 2024

Conversation

dfellis
Copy link
Member

@dfellis dfellis commented Aug 21, 2024

Part of #756 but only just barely working. This type is uncovering a lot of bugs in the compiler. I had to do the scope ownership reworking in order to even make this possible (by then also reworking how child scopes are merged into the parent scope and making sure this is never skipped out on).

@dfellis dfellis self-assigned this Aug 21, 2024
src/lntors/function.rs Fixed Show fixed Hide fixed
src/lntors/function.rs Fixed Show fixed Hide fixed
src/program/scope.rs Fixed Show fixed Hide fixed
src/program/scope.rs Fixed Show fixed Hide fixed
@dfellis dfellis merged commit 28e0cb3 into main Aug 21, 2024
11 checks passed
@dfellis dfellis deleted the tree branch August 21, 2024 05:56
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