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

feat: infer self & Self HIR types #564

Merged
merged 5 commits into from
Jun 5, 2024

fix: windows build

0154148
Select commit
Loading
Failed to load commit list.
Merged

feat: infer self & Self HIR types #564

fix: windows build
0154148
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jun 5, 2024 in 0s

87.30% (+0.00%) compared to b68a952

View this Pull Request on Codecov

87.30% (+0.00%) compared to b68a952

Details

Codecov Report

Attention: Patch coverage is 80.08130% with 49 lines in your changes missing coverage. Please review.

Project coverage is 87.30%. Comparing base (b68a952) to head (0154148).
Report is 4 commits behind head on main.

Files Patch % Lines
crates/mun_hir/src/item_tree.rs 38.88% 11 Missing ⚠️
crates/mun_hir/src/resolve.rs 76.08% 11 Missing ⚠️
crates/mun_hir/src/ty/infer.rs 41.66% 7 Missing ⚠️
crates/mun_hir/src/semantics.rs 0.00% 5 Missing ⚠️
crates/mun_hir/src/item_tree/pretty.rs 66.66% 3 Missing ⚠️
crates/mun_language_server/src/to_lsp.rs 25.00% 3 Missing ⚠️
crates/mun_codegen/src/ir/body.rs 0.00% 2 Missing ⚠️
crates/mun_hir/src/name.rs 0.00% 2 Missing ⚠️
crates/mun_language_server/src/completion/item.rs 0.00% 2 Missing ⚠️
crates/mun_hir/src/expr.rs 93.75% 1 Missing ⚠️
... and 2 more
Additional details and impacted files
@@           Coverage Diff            @@
##             main     #564    +/-   ##
========================================
  Coverage   87.30%   87.30%            
========================================
  Files         276      274     -2     
  Lines       32035    32543   +508     
========================================
+ Hits        27968    28413   +445     
- Misses       4067     4130    +63     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.