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 #14726: call exclusiveLower before addLess during unification #14727

Merged
merged 1 commit into from Mar 25, 2022

Conversation

Linyxus
Copy link
Contributor

@Linyxus Linyxus commented Mar 21, 2022

This PR fixes #14726. By calling exclusiveLower before addLess, we can properly propagate GADT upper bounds to lower parameters.

@abgruszecki
Copy link
Contributor

Excellent, great job @Linyxus! This LGTM now, we'll merge if the tests pass.

@Linyxus
Copy link
Contributor Author

Linyxus commented Mar 25, 2022

It seems that the checks are not triggered for the latest commit. Is it possible to run it manually?

@som-snytt
Copy link
Contributor

auto-merge was automatically disabled March 25, 2022 06:05

Head branch was pushed to by a user without write access

@Linyxus
Copy link
Contributor Author

Linyxus commented Mar 25, 2022

It seems that for some reason the results from the run is not reported in the PR. I force pushed to the branch (and squash the two fixing commits into the same one by the way); the checks are running now.

@dwijnand dwijnand merged commit e6a6e30 into scala:main Mar 25, 2022
@Kordyjan Kordyjan added this to the 3.1.3 milestone Aug 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

GADT upper bounds are not properly propagated during unification
5 participants