mun-lang / mun

Source code for the Mun language and runtime.
https://mun-lang.org
Other
1.81k stars 72 forks source link

feat: infer self & Self HIR types #564

Closed Wodann closed 1 month ago

codecov[bot] commented 1 month ago

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 :warning:
crates/mun_hir/src/resolve.rs 76.08% 11 Missing :warning:
crates/mun_hir/src/ty/infer.rs 41.66% 7 Missing :warning:
crates/mun_hir/src/semantics.rs 0.00% 5 Missing :warning:
crates/mun_hir/src/item_tree/pretty.rs 66.66% 3 Missing :warning:
crates/mun_language_server/src/to_lsp.rs 25.00% 3 Missing :warning:
crates/mun_codegen/src/ir/body.rs 0.00% 2 Missing :warning:
crates/mun_hir/src/name.rs 0.00% 2 Missing :warning:
crates/mun_language_server/src/completion/item.rs 0.00% 2 Missing :warning:
crates/mun_hir/src/expr.rs 93.75% 1 Missing :warning:
... and 2 more
Additional details and impacted files ```diff @@ 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 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.