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

Improve type inference #3004

Merged
merged 1 commit into from
Jan 10, 2024

improve type inference: use bound type parameters for argument expect…

4825f92
Select commit
Loading
Failed to load commit list.
Merged

Improve type inference #3004

improve type inference: use bound type parameters for argument expect…
4825f92
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Jan 9, 2024 in 0s

70.75% of diff hit (target 100.00%)

View this Pull Request on Codecov

70.75% of diff hit (target 100.00%)

Annotations

Check warning on line 595 in runtime/sema/check_invocation_expression.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

runtime/sema/check_invocation_expression.go#L594-L595

Added lines #L594 - L595 were not covered by tests

Check warning on line 995 in runtime/sema/type.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

runtime/sema/type.go#L995

Added line #L995 was not covered by tests

Check warning on line 1515 in runtime/sema/type.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

runtime/sema/type.go#L1515

Added line #L1515 was not covered by tests

Check warning on line 5631 in runtime/sema/type.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

runtime/sema/type.go#L5631

Added line #L5631 was not covered by tests

Check warning on line 6522 in runtime/sema/type.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

runtime/sema/type.go#L6516-L6522

Added lines #L6516 - L6522 were not covered by tests

Check warning on line 6815 in runtime/sema/type.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

runtime/sema/type.go#L6809-L6815

Added lines #L6809 - L6815 were not covered by tests

Check warning on line 7574 in runtime/sema/type.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

runtime/sema/type.go#L7574

Added line #L7574 was not covered by tests

Check warning on line 7862 in runtime/sema/type.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

runtime/sema/type.go#L7862

Added line #L7862 was not covered by tests

Check warning on line 8071 in runtime/sema/type.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

runtime/sema/type.go#L8065-L8071

Added lines #L8065 - L8071 were not covered by tests

Check warning on line 8626 in runtime/sema/type.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

runtime/sema/type.go#L8626

Added line #L8626 was not covered by tests

Check warning on line 8783 in runtime/sema/type.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

runtime/sema/type.go#L8783

Added line #L8783 was not covered by tests