Skip to content

feat: new type solver - #12

Merged
andogq merged 8 commits into
mainfrom
feat/new-type-solver
Mar 9, 2026
Merged

feat: new type solver#12
andogq merged 8 commits into
mainfrom
feat/new-type-solver

Conversation

@andogq

@andogq andogq commented Mar 2, 2026

Copy link
Copy Markdown
Owner

Unification instead of constraint solving.

@codecov-commenter

codecov-commenter commented Mar 2, 2026

Copy link
Copy Markdown

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

❌ Patch coverage is 94.13448% with 41 lines in your changes missing coverage. Please review.
✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
src/passes/thir_gen/mod.rs 93.53% 26 Missing ⚠️
src/passes/thir_gen/unification_table.rs 95.74% 8 Missing ⚠️
src/util/scopes.rs 50.00% 3 Missing ⚠️
src/passes/thir_gen/disjoint_union_set.rs 96.15% 2 Missing ⚠️
src/ty/mod.rs 87.50% 2 Missing ⚠️

📢 Thoughts on this report? Let us know!

@andogq
andogq force-pushed the feat/new-type-solver branch 2 times, most recently from 0481149 to eed5f8e Compare March 9, 2026 10:53
@andogq
andogq force-pushed the feat/new-type-solver branch from eed5f8e to f81fef5 Compare March 9, 2026 10:54
@andogq
andogq merged commit 31b30d4 into main Mar 9, 2026
4 checks passed
@andogq
andogq deleted the feat/new-type-solver branch March 9, 2026 11:18
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