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

Fix canonicalization of associated types #1556

Merged
merged 12 commits into from
Aug 17, 2024

Avoid shadowing of function parameter

a43ac74
Select commit
Loading
Failed to load commit list.
Merged

Fix canonicalization of associated types #1556

Avoid shadowing of function parameter
a43ac74
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Aug 17, 2024 in 1s

92.77% of diff hit (target 87.59%)

View this Pull Request on Codecov

92.77% of diff hit (target 87.59%)

Annotations

Check warning on line 34 in Sources/CodeGen/LLVM/TypeLowering.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

Sources/CodeGen/LLVM/TypeLowering.swift#L34

Added line #L34 was not covered by tests

Check warning on line 53 in Sources/CodeGen/LLVM/TypeLowering.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

Sources/CodeGen/LLVM/TypeLowering.swift#L53

Added line #L53 was not covered by tests

Check warning on line 78 in Sources/CodeGen/LLVM/TypeLowering.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

Sources/CodeGen/LLVM/TypeLowering.swift#L78

Added line #L78 was not covered by tests

Check warning on line 451 in Sources/FrontEnd/TypeChecking/ConstraintSystem.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

Sources/FrontEnd/TypeChecking/ConstraintSystem.swift#L450-L451

Added lines #L450 - L451 were not covered by tests

Check warning on line 100 in Sources/FrontEnd/TypeChecking/TypeChecker.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

Sources/FrontEnd/TypeChecking/TypeChecker.swift#L100

Added line #L100 was not covered by tests