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: assoc method completion #578

Merged
merged 4 commits into from
Jan 11, 2025

fix: downgrade runners

589f672
Select commit
Loading
Failed to load commit list.
Merged

feat: assoc method completion #578

fix: downgrade runners
589f672
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Jan 9, 2025 in 1s

87.86% of diff hit (target 87.61%)

View this Pull Request on Codecov

87.86% of diff hit (target 87.61%)

Annotations

Check warning on line 221 in crates/mun_hir/src/semantics.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/mun_hir/src/semantics.rs#L219-L221

Added lines #L219 - L221 were not covered by tests

Check warning on line 98 in crates/mun_hir/src/source_analyzer.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/mun_hir/src/source_analyzer.rs#L96-L98

Added lines #L96 - L98 were not covered by tests

Check warning on line 205 in crates/mun_hir/src/source_analyzer.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/mun_hir/src/source_analyzer.rs#L203-L205

Added lines #L203 - L205 were not covered by tests

Check warning on line 207 in crates/mun_hir/src/source_analyzer.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/mun_hir/src/source_analyzer.rs#L207

Added line #L207 was not covered by tests

Check warning on line 211 in crates/mun_hir/src/source_analyzer.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/mun_hir/src/source_analyzer.rs#L211

Added line #L211 was not covered by tests

Check warning on line 214 in crates/mun_hir/src/source_analyzer.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/mun_hir/src/source_analyzer.rs#L214

Added line #L214 was not covered by tests

Check warning on line 217 in crates/mun_hir/src/source_analyzer.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/mun_hir/src/source_analyzer.rs#L216-L217

Added lines #L216 - L217 were not covered by tests

Check warning on line 30 in crates/mun_language_server/src/completion/context/analysis.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/mun_language_server/src/completion/context/analysis.rs#L28-L30

Added lines #L28 - L30 were not covered by tests

Check warning on line 55 in crates/mun_language_server/src/completion/context/analysis.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/mun_language_server/src/completion/context/analysis.rs#L55

Added line #L55 was not covered by tests

Check warning on line 77 in crates/mun_language_server/src/completion/context/analysis.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/mun_language_server/src/completion/context/analysis.rs#L76-L77

Added lines #L76 - L77 were not covered by tests

Check warning on line 89 in crates/mun_language_server/src/completion/context/analysis.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/mun_language_server/src/completion/context/analysis.rs#L88-L89

Added lines #L88 - L89 were not covered by tests

Check warning on line 100 in crates/mun_language_server/src/completion/context/analysis.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/mun_language_server/src/completion/context/analysis.rs#L100

Added line #L100 was not covered by tests

Check warning on line 104 in crates/mun_language_server/src/completion/context/analysis.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/mun_language_server/src/completion/context/analysis.rs#L104

Added line #L104 was not covered by tests

Check warning on line 106 in crates/mun_language_server/src/completion/context/analysis.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/mun_language_server/src/completion/context/analysis.rs#L106

Added line #L106 was not covered by tests

Check warning on line 123 in crates/mun_language_server/src/completion/context/analysis.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/mun_language_server/src/completion/context/analysis.rs#L119-L123

Added lines #L119 - L123 were not covered by tests

Check warning on line 36 in crates/mun_language_server/src/completion/expr.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/mun_language_server/src/completion/expr.rs#L36

Added line #L36 was not covered by tests

Check warning on line 58 in crates/mun_language_server/src/completion/item.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/mun_language_server/src/completion/item.rs#L57-L58

Added lines #L57 - L58 were not covered by tests

Check warning on line 15 in crates/mun_language_server/src/completion/name_ref.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/mun_language_server/src/completion/name_ref.rs#L15

Added line #L15 was not covered by tests

Check warning on line 124 in crates/mun_language_server/src/file_structure.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/mun_language_server/src/file_structure.rs#L124

Added line #L124 was not covered by tests

Check warning on line 124 in crates/mun_language_server/src/to_lsp.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/mun_language_server/src/to_lsp.rs#L123-L124

Added lines #L123 - L124 were not covered by tests