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: implement method calls #577

Merged
merged 11 commits into from
Jan 7, 2025

code review comments

5e03ed4
Select commit
Loading
Failed to load commit list.
Merged

feat: implement method calls #577

code review comments
5e03ed4
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Jan 7, 2025 in 1s

89.60% of diff hit (target 87.61%)

View this Pull Request on Codecov

89.60% of diff hit (target 87.61%)

Annotations

Check warning on line 238 in crates/mun_codegen/src/ir/body.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/mun_codegen/src/ir/body.rs#L238

Added line #L238 was not covered by tests

Check warning on line 890 in crates/mun_hir/src/diagnostics.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/mun_hir/src/diagnostics.rs#L888-L890

Added lines #L888 - L890 were not covered by tests

Check warning on line 914 in crates/mun_hir/src/diagnostics.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/mun_hir/src/diagnostics.rs#L912-L914

Added lines #L912 - L914 were not covered by tests

Check warning on line 411 in crates/mun_hir/src/expr.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/mun_hir/src/expr.rs#L410-L411

Added lines #L410 - L411 were not covered by tests

Check warning on line 60 in crates/mun_hir/src/expr/validator/uninitialized_access.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/mun_hir/src/expr/validator/uninitialized_access.rs#L59-L60

Added lines #L59 - L60 were not covered by tests

Check warning on line 283 in crates/mun_hir/src/method_resolution.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/mun_hir/src/method_resolution.rs#L278-L283

Added lines #L278 - L283 were not covered by tests

Check warning on line 92 in crates/mun_hir/src/ty/infer.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/mun_hir/src/ty/infer.rs#L90-L92

Added lines #L90 - L92 were not covered by tests

Check warning on line 599 in crates/mun_hir/src/ty/infer.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/mun_hir/src/ty/infer.rs#L596-L599

Added lines #L596 - L599 were not covered by tests

Check warning on line 629 in crates/mun_hir/src/ty/infer.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/mun_hir/src/ty/infer.rs#L629

Added line #L629 was not covered by tests

Check warning on line 703 in crates/mun_hir/src/ty/infer.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/mun_hir/src/ty/infer.rs#L698-L703

Added lines #L698 - L703 were not covered by tests

Check warning on line 709 in crates/mun_hir/src/ty/infer.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/mun_hir/src/ty/infer.rs#L708-L709

Added lines #L708 - L709 were not covered by tests

Check warning on line 444 in crates/mun_syntax/src/ast/generated.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/mun_syntax/src/ast/generated.rs#L442-L444

Added lines #L442 - L444 were not covered by tests

Check warning on line 833 in crates/mun_syntax/src/ast/generated.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/mun_syntax/src/ast/generated.rs#L833

Added line #L833 was not covered by tests

Check warning on line 99 in crates/mun_syntax/src/parsing/grammar/adt.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/mun_syntax/src/parsing/grammar/adt.rs#L94-L99

Added lines #L94 - L99 were not covered by tests

Check warning on line 256 in crates/mun_syntax/src/parsing/grammar/expressions.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/mun_syntax/src/parsing/grammar/expressions.rs#L255-L256

Added lines #L255 - L256 were not covered by tests